webrtc/api/units
Jared Siskin bceec84aee Format ^(api|call|common_audio|examples|media|net|p2p|pc)/
half of the remaining folders

git ls-files | grep -e  "\(\.h\|\.cc\)$" | grep -E "^(api|call|common_audio|examples|media|net|p2p|pc)/" | xargs clang-format -i ; git cl format
after landing: add to .git-blame-ignore-revs

Bug: webrtc:15082
Change-Id: I8b2cac13f4587d3ce9b2fccc7362967283f57ea2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/302062
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39977}
2023-05-03 11:09:26 +00:00
..
BUILD.gn Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
data_rate.cc Include sign for infinity in ToString for data units. 2019-03-05 09:42:08 +00:00
data_rate.h Add IWYU pragmas for some api headers 2022-10-31 15:43:16 +00:00
data_rate_unittest.cc Rename several more tests that use EXPECT_DEATH to *DeathTest. 2020-05-18 16:10:04 +00:00
data_size.cc Include sign for infinity in ToString for data units. 2019-03-05 09:42:08 +00:00
data_size.h Add IWYU pragmas for some api headers 2022-10-31 15:43:16 +00:00
data_size_unittest.cc Add DataSize and DataRate factories 2020-02-17 15:18:45 +00:00
frequency.cc Format almost everything. 2019-07-08 13:45:15 +00:00
frequency.h Add IWYU pragmas for some api headers 2022-10-31 15:43:16 +00:00
frequency_unittest.cc Rename factory names for Frequency unit type 2020-02-14 13:52:31 +00:00
OWNERS Adds srte@ as OWNER of units. 2019-06-05 15:08:57 +00:00
time_delta.cc Adds Frequency unit type. 2019-06-07 09:54:02 +00:00
time_delta.h Add IWYU pragmas for some api headers 2022-10-31 15:43:16 +00:00
time_delta_unittest.cc Extend UnitBase multiplication to support size_t 2022-05-10 07:41:30 +00:00
timestamp.cc Using unit types in TransportFeedbackAdapter. 2019-11-06 12:25:00 +00:00
timestamp.h Add IWYU pragmas for some api headers 2022-10-31 15:43:16 +00:00
timestamp_unittest.cc Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00