mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 14:20:45 +01:00
![]() 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} |
||
---|---|---|
.. | ||
test | ||
click_annotate.cc | ||
common.h | ||
daubechies_8_wavelet_coeffs.h | ||
dyadic_decimator.h | ||
dyadic_decimator_unittest.cc | ||
file_utils.cc | ||
file_utils.h | ||
file_utils_unittest.cc | ||
moving_moments.cc | ||
moving_moments.h | ||
moving_moments_unittest.cc | ||
transient_detector.cc | ||
transient_detector.h | ||
transient_detector_unittest.cc | ||
transient_suppression_test.cc | ||
transient_suppressor.cc | ||
transient_suppressor.h | ||
transient_suppressor_unittest.cc | ||
wpd_node.cc | ||
wpd_node.h | ||
wpd_node_unittest.cc | ||
wpd_tree.cc | ||
wpd_tree.h | ||
wpd_tree_unittest.cc |