| 62 | } |
| 63 | |
| 64 | std::string BytesValue::DebugString() const { return BytesDebugString(*this); } |
| 65 | |
| 66 | absl::Status BytesValue::SerializeTo( |
| 67 | const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |
nothing calls this directly
no test coverage detected