webrtc/rtc_base/strings
Jonas Olsson 88c99562b6 Remove internal media/base/ stringstream usages
The %f -> %g changes are there to make the SimpleStringBuilder behave like stringstream/cout and friends. With %f it prints e.g. 2.2 as 2.200000. This change also makes it use scientific notation for numbers > 1000000, like the other streams.

Bug: webrtc:8982
Change-Id: Id174b02c5776460607f48efc196a08673b67eeb0
Reviewed-on: https://webrtc-review.googlesource.com/67080
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23094}
2018-05-03 11:03:21 +00:00
..
audio_format_to_string.cc Add ToString() methods to classes with << operators, preparing for deprecations. 2018-04-03 11:21:30 +00:00
audio_format_to_string.h Add ToString() methods to classes with << operators, preparing for deprecations. 2018-04-03 11:21:30 +00:00
string_builder.cc Remove internal media/base/ stringstream usages 2018-05-03 11:03:21 +00:00
string_builder.h De-inline SimpleStringBuilder methods 2018-03-10 16:32:17 +00:00
string_builder_unittest.cc Remove internal media/base/ stringstream usages 2018-05-03 11:03:21 +00:00