webrtc/api/test
Jonas Olsson 84df1c724e Make fewer copies when using StringBuilder.
Replace calls to .str() which copies with .Release which moves in cases where that's safe.

This CL was generated by this command:
git grep -l 'StringBuilder' |
xargs perl -i -0 -pe "s/(rtc::StringBuilder (\S+);.*?return )\\g2.str\(\)/\$1\$2.Release\(\)/sg"

Bug: webrtc:8982
Change-Id: If4dadbeb039df010aaaa9e58da81c1971a84fe8f
Reviewed-on: https://webrtc-review.googlesource.com/100307
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24790}
2018-09-24 09:39:19 +00:00
..
audioproc_float.cc Moved audioproc_f interface into api directory. 2018-03-15 12:31:37 +00:00
audioproc_float.h Moved audioproc_f interface into api directory. 2018-03-15 12:31:37 +00:00
create_simulcast_test_fixture.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
create_simulcast_test_fixture.h Generalize SimulcastEncoderAdapter, use for H264 & VP8. 2018-06-21 15:57:43 +00:00
create_video_quality_test_fixture.cc Add support of overriding network simulation in video quality tests. 2018-08-29 08:50:50 +00:00
create_video_quality_test_fixture.h Add support of overriding network simulation in video quality tests. 2018-08-29 08:50:50 +00:00
create_videocodec_test_fixture.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
create_videocodec_test_fixture.h Move VideoCodecTest configuration classes to api/test. 2018-05-22 12:14:38 +00:00
DEPS Convert video quality test from a TEST_F to a TEST fixture. 2018-06-21 15:49:43 +00:00
fakeconstraints.h Reimplement rtc::ToString and rtc::FromString without streams. 2018-08-16 16:14:01 +00:00
mock_audio_mixer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mock_peerconnectioninterface.h Reland "Delete leftover includes and declarations for MediaConstraintsInterface" 2018-09-03 09:00:01 +00:00
mock_rtpreceiver.h Reland "Update RTCStatsCollector to work with RtpTransceivers" 2018-02-17 00:01:39 +00:00
mock_rtpsender.h Reland "Implement RtpParameters.transaction_id for PC RtpSenderInterface" 2018-05-15 15:51:02 +00:00
mock_video_bitrate_allocator.h Exposing video bitrate allocator into API 2018-07-23 21:23:21 +00:00
mock_video_decoder_factory.h Add StereoCodecAdapter classes 2017-10-31 06:39:52 +00:00
mock_video_encoder_factory.h Add StereoCodecAdapter classes 2017-10-31 06:39:52 +00:00
neteq_simulator.cc Remove the move constructor from NetEqState. 2018-09-11 09:19:09 +00:00
neteq_simulator.h Remove the move constructor from NetEqState. 2018-09-11 09:19:09 +00:00
neteq_simulator_factory.cc Move code for setting field trials from NetEqTestFactory to the main function in neteq_rtpplay. 2018-09-11 09:27:11 +00:00
neteq_simulator_factory.h Restructure neteq_rtpplay into a library with small executable wrapper. 2018-09-03 10:42:40 +00:00
simulated_network.h Minor improve od documentation for network simulation. 2018-08-27 14:16:27 +00:00
simulcast_test_fixture.h Refactor SimulcastTestUtility into SimulcastTestFixture{,Impl} 2018-05-31 11:48:17 +00:00
video_quality_test_fixture.h Add support of overriding network simulation in video quality tests. 2018-08-29 08:50:50 +00:00
videocodec_test_fixture.h Add config option to run VideoCodecTest in real time. 2018-08-29 09:19:25 +00:00
videocodec_test_stats.cc Make fewer copies when using StringBuilder. 2018-09-24 09:39:19 +00:00
videocodec_test_stats.h Move VideoCodecTest configuration classes to api/test. 2018-05-22 12:14:38 +00:00