webrtc/logging/rtc_event_log/encoder
Jonas Olsson b2b2031457 Concatenate string literals at compile time.
This CL was generated by running:
git ls-files | grep ".cc" | xargs perl -i -ne 'BEGIN {undef $/}; s/("[\s\n]*<<[\s\n]*")/" "/g; print;'; git cl format

After that I manually edited modules/audio_processing/gain_controller2.cc to preserve its original
formatting.

This primary benefit of this change is a small reduction in binary size.

Bug: None
Change-Id: I689fa7ba9c717c314bb167e5d592c3c4e0871e29
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/165961
Reviewed-by: Alessio Bazzica <alessiob@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30251}
2020-01-14 14:47:48 +00:00
..
blob_encoding_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
blob_encoding.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
blob_encoding.h Format almost everything. 2019-07-08 13:45:15 +00:00
delta_encoding_unittest.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
delta_encoding.cc Use std::make_unique instead of absl::make_unique. 2019-09-17 15:47:29 +00:00
delta_encoding.h Format almost everything. 2019-07-08 13:45:15 +00:00
rtc_event_log_encoder_common_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
rtc_event_log_encoder_common.cc Use delta-encoding in new WebRTC event logs 2018-11-09 16:39:16 +00:00
rtc_event_log_encoder_common.h Use delta-encoding in new WebRTC event logs 2018-11-09 16:39:16 +00:00
rtc_event_log_encoder_legacy.cc Concatenate string literals at compile time. 2020-01-14 14:47:48 +00:00
rtc_event_log_encoder_legacy.h Add version and UTC time fields to RTC event log. 2018-11-15 14:32:43 +00:00
rtc_event_log_encoder_new_format.cc Adds remote estimates to rtc event log. 2019-09-19 09:22:37 +00:00
rtc_event_log_encoder_new_format.h Adds remote estimates to rtc event log. 2019-09-19 09:22:37 +00:00
rtc_event_log_encoder_unittest.cc Return status instead of CHECKing in event log parser. 2019-11-04 12:42:57 +00:00
rtc_event_log_encoder.h Stop using rtc_event.h forward header 2019-09-11 08:20:29 +00:00
var_int.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
var_int.h Format almost everything. 2019-07-08 13:45:15 +00:00