0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. ohos_webrtc
  2. /
  3. modules
  4. /
  5. congestion_controller
  6. /
  7. goog_cc
  8. /
  9. test
WWebRTC LUCI CQAdopt absl::string_view in modules/congestion_controller/
15b464de创建于 2022年8月17日历史提交
文件最后提交记录最后更新时间
goog_cc_printer.cc
Adopt absl::string_view in modules/congestion_controller/ Bug: webrtc:13579 Change-Id: I8d62487689293e425ee76c2dce5de243d7edc97a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/271284 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37807} 3 年前
goog_cc_printer.h
Remove top-level const from parameters in function declarations. This is a safe cleanup change since top-level const applied to parameters in function declarations (that are not also definitions) are ignored by the compiler. Hence, such changes do not change the type of the declared functions and are simply no-ops. Bug: webrtc:13610 Change-Id: Ibafb92c45119a6d8bdb6f9109aa8dad6385163a9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249086 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Ali Tofigh <alito@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35802} 4 年前