webrtc/modules/audio_coding/codecs/isac
Jonas Olsson 366a50c4ef Remove simple stringstream usages.
This CL replaces std::o?stringstream with rtc::StringBuilder where that's possible to do without changing any of the surrounding code. It also updates includes and build files as appropriate.

The CL was generated by running 'git grep -l -P std::o?stringstream | xargs perl -pi -e "s/std::o?stringstream/rtc::StringBuilder/g"'. Then I've manually updated the #includes and BUILD files, run 'git cl format' and unstaged any file that would need more complex fixes.

Bug: webrtc:8982
Change-Id: Ibc32153f4a3fd177e260b6ad05ce393972549357
Reviewed-on: https://webrtc-review.googlesource.com/98460
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24605}
2018-09-06 12:53:19 +00:00
..
fix Untangle fft third party lib from dependon WebRTC 2018-07-26 13:44:30 +00:00
main Untangle fft third party lib from dependon WebRTC 2018-07-26 13:44:30 +00:00
audio_decoder_isac_t.h Replace rtc::Optional with absl::optional in modules/audio_coding 2018-06-19 12:46:20 +00:00
audio_decoder_isac_t_impl.h Add missing iSAC headers. 2018-01-02 13:01:11 +00:00
audio_encoder_isac_t.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder_isac_t_impl.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bandwidth_info.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
empty.cc
locked_bandwidth_info.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
locked_bandwidth_info.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
unittest.cc Remove simple stringstream usages. 2018-09-06 12:53:19 +00:00