Danil Chapovalov
cad3e0e2fa
Replace DataSize and DataRate factories with newer versions
This is search and replace change:
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataSize::Bytes<\(.*\)>()/DataSize::Bytes(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataSize::bytes/DataSize::Bytes/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::BitsPerSec<\(.*\)>()/DataRate::BitsPerSec(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::BytesPerSec<\(.*\)>()/DataRate::BytesPerSec(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::KilobitsPerSec<\(.*\)>()/DataRate::KilobitsPerSec(\1)/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::bps/DataRate::BitsPerSec/g"
find . -type f \( -name "*.h" -o -name "*.cc" \) | xargs sed -i -e "s/DataRate::kbps/DataRate::KilobitsPerSec/g"
git cl format
Bug: webrtc:9709
Change-Id: I65aaca69474ba038c1fe2dd8dc30d3f8e7b94c29
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/168647
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30545}
2020-02-18 16:09:50 +00:00
..
2019-07-08 13:45:15 +00:00
2019-04-15 12:11:36 +00:00
2020-01-09 12:45:33 +00:00
2020-01-09 12:45:33 +00:00
2020-01-09 12:45:33 +00:00
2019-12-09 11:00:10 +00:00
2018-11-02 12:17:53 +00:00
2019-07-08 13:45:15 +00:00
2018-11-02 12:17:53 +00:00
2019-08-05 13:47:01 +00:00
2019-08-05 13:47:01 +00:00
2019-09-10 14:39:55 +00:00
2019-04-11 11:15:26 +00:00
2019-05-09 12:13:24 +00:00
2019-09-10 14:39:55 +00:00
2019-09-19 09:38:49 +00:00
2019-09-10 14:39:55 +00:00
2020-02-18 16:09:50 +00:00
2020-02-18 16:09:50 +00:00
2019-08-08 15:21:35 +00:00
2019-07-08 13:45:15 +00:00
2018-11-01 14:51:38 +00:00
2019-07-08 13:45:15 +00:00
2019-03-22 09:20:23 +00:00
2019-03-22 09:20:23 +00:00
2020-02-18 16:09:50 +00:00
2020-02-18 16:09:50 +00:00
2019-10-11 15:34:33 +00:00
2018-11-28 18:25:07 +00:00
2019-07-08 13:45:15 +00:00
2018-10-15 08:05:38 +00:00
2019-03-25 09:26:22 +00:00
2019-11-11 10:13:28 +00:00
2019-11-11 10:13:28 +00:00
2019-11-11 10:13:28 +00:00
2019-08-05 09:43:19 +00:00
2019-08-05 09:43:19 +00:00
2019-08-05 09:43:19 +00:00
2018-11-28 18:25:07 +00:00
2019-07-08 13:45:15 +00:00
2018-11-20 13:12:57 +00:00
2019-11-04 13:50:59 +00:00
2020-02-07 14:14:47 +00:00
2020-02-07 14:14:47 +00:00
2019-06-07 09:43:26 +00:00
2019-07-08 13:45:15 +00:00
2019-06-07 09:43:26 +00:00
2019-09-06 11:17:30 +00:00
2019-09-06 11:17:30 +00:00
2019-09-06 11:17:30 +00:00
2020-02-10 12:21:17 +00:00
2019-08-30 08:23:37 +00:00
2019-08-30 08:23:37 +00:00