Home
last modified time | relevance | path

Searched defs:GrpcRetryPushbackMsMetadata (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/
Dmetadata_batch.h352 struct GrpcRetryPushbackMsMetadata { struct
353 static constexpr bool kRepeatable = false;
354 static absl::string_view key() { return "grpc-retry-pushback-ms"; } in key()
355 using ValueType = Duration;
356 using MementoType = Duration;
357 using CompressionTraits = NoCompressionCompressor;
358 static ValueType MementoToValue(MementoType x) { return x; } in MementoToValue()
359 static Slice Encode(Duration x) { return Slice::FromInt64(x.millis()); } in Encode()
360 static int64_t DisplayValue(Duration x) { return x.millis(); } in DisplayValue()
361 static int64_t DisplayMemento(Duration x) { return DisplayValue(x); } in DisplayMemento()
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/
H A Dmetadata_batch.h373 struct GrpcRetryPushbackMsMetadata { struct
374 static constexpr bool kRepeatable = false;
375 static absl::string_view key() { return "grpc-retry-pushback-ms"; } in key()
376 using ValueType = Duration;
377 using MementoType = Duration;
378 using CompressionTraits = NoCompressionCompressor;
379 static ValueType MementoToValue(MementoType x) { return x; } in MementoToValue()
380 static Slice Encode(Duration x) { return Slice::FromInt64(x.millis()); } in Encode()
381 static int64_t DisplayValue(Duration x) { return x.millis(); } in DisplayValue()
382 static int64_t DisplayMemento(Duration x) { return DisplayValue(x); } in DisplayMemento()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc1148 void Encode(GrpcRetryPushbackMsMetadata, Duration count) { in Encode() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcall.cc1149 void Encode(GrpcRetryPushbackMsMetadata, Duration count) { in Encode() argument