Home
last modified time | relevance | path

Searched defs:GrpcTimeoutMetadata (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.h75 struct GrpcTimeoutMetadata { struct
76 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()
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dmetadata_batch.h78 struct GrpcTimeoutMetadata { struct
79 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()
/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dmetadata_map_test.cc104 void Encode(GrpcTimeoutMetadata, Timestamp deadline) { in Encode() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc2409 void Encode(GrpcTimeoutMetadata, in Encode() argument
/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dclient_channel_filter.cc2681 void Encode(GrpcTimeoutMetadata, in Encode() argument