| 43 | } // namespace |
| 44 | |
| 45 | std::string TimestampValue::DebugString() const { |
| 46 | return TimestampDebugString(NativeValue()); |
| 47 | } |
| 48 | |
| 49 | absl::Status TimestampValue::SerializeTo( |
| 50 | const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |
nothing calls this directly
no test coverage detected