Migrate `const std::string&` to alternatives:
- In most cases, migrate to `absl::string_view`. - When capturing a temporary string in a variable, use `const std::string` without the ref. We avoid changing virtual function parameters in this CL, since that is a breaking change. PiperOrigin-RevId: 647686085
P
Protobuf Team Bot committed
10c00b82af551f7b1ec7ffd5fbbec48eac08d858
Parent: 99a335e
Committed by Copybara-Service <copybara-worker@google.com>
on 6/28/2024, 3:21:08 PM