| 66 | } // namespace |
| 67 | |
| 68 | std::string DoubleValue::DebugString() const { |
| 69 | return DoubleDebugString(NativeValue()); |
| 70 | } |
| 71 | |
| 72 | absl::Status DoubleValue::SerializeTo( |
| 73 | const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |
nothing calls this directly
no test coverage detected