Searched defs:HttpAuthorityMetadata (Results 1 – 4 of 4) sorted by relevance
296 struct HttpAuthorityMetadata : public SimpleSliceBasedMetadata { struct297 static constexpr bool kRepeatable = false;298 using CompressionTraits = SmallSetOfValuesCompressor;299 static absl::string_view key() { return ":authority"; } in key()
317 struct HttpAuthorityMetadata : public SimpleSliceBasedMetadata { struct318 static constexpr bool kRepeatable = false;319 using CompressionTraits = SmallSetOfValuesCompressor;320 static absl::string_view key() { return ":authority"; } in key()
763 void Encode(grpc_core::HttpAuthorityMetadata, in Encode()
746 void Encode(grpc_core::HttpAuthorityMetadata, in Encode()