| 76 | } |
| 77 | |
| 78 | std::string StringValue::DebugString() const { |
| 79 | return StringDebugString(*this); |
| 80 | } |
| 81 | |
| 82 | absl::Status StringValue::SerializeTo( |
| 83 | const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |
nothing calls this directly
no test coverage detected