Home
last modified time | relevance | path

Searched defs:DecomposeRepresentation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
H A Dhpack_encoder_test.cc71 static void DecomposeRepresentation(absl::string_view value, in DecomposeRepresentation() function in spdy::test::HpackEncoderPeer
697 TEST_P(HpackEncoderTest, DecomposeRepresentation) { in TEST_P() argument
H A Dhpack_encoder.cc266 void HpackEncoder::DecomposeRepresentation(const Representation& header_field, in DecomposeRepresentation() function in spdy::HpackEncoder