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