Home
last modified time | relevance | path

Searched defs:EncodeRepresentations (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.cc134 std::string HpackEncoder::EncodeRepresentations(RepresentationIterator* iter) { in EncodeRepresentations() function in spdy::HpackEncoder
386 HpackEncoder::EncodeRepresentations(const Representations& representations) { in EncodeRepresentations() function in spdy::HpackEncoder
H A Dhpack_encoder_test.cc106 static bool EncodeRepresentations(HpackEncoder* encoder, in EncodeRepresentations() function in spdy::test::HpackEncoderPeer
294 TEST_P(HpackEncoderTestWithDefaultStrategy, EncodeRepresentations) { in TEST_P() argument