Searched defs:GrpcTimeoutMetadata (Results 1 – 5 of 5) sorted by relevance
75 struct GrpcTimeoutMetadata { struct76 static constexpr bool kRepeatable = false;77 using ValueType = Timestamp;78 using MementoType = Duration;79 using CompressionTraits = TimeoutCompressor;80 static absl::string_view key() { return "grpc-timeout"; } in key()84 static std::string DisplayValue(ValueType x) { return x.ToString(); } in DisplayValue()85 static std::string DisplayMemento(MementoType x) { return x.ToString(); } in DisplayMemento()
78 struct GrpcTimeoutMetadata { struct79 static constexpr bool kRepeatable = false;80 using ValueType = Timestamp;81 using MementoType = Duration;82 using CompressionTraits = TimeoutCompressor;83 static absl::string_view key() { return "grpc-timeout"; } in key()89 static std::string DisplayValue(ValueType x) { return x.ToString(); } in DisplayValue()90 static std::string DisplayMemento(MementoType x) { return x.ToString(); } in DisplayMemento()
104 void Encode(GrpcTimeoutMetadata, Timestamp deadline) { in Encode() argument
2409 void Encode(GrpcTimeoutMetadata, in Encode() argument
2681 void Encode(GrpcTimeoutMetadata, in Encode() argument