Home
last modified time | relevance | path

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

/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
Dhpack_encoder.cc123 std::string HpackEncoder::EncodeRepresentations(RepresentationIterator* iter) { in EncodeRepresentations() function in spdy::HpackEncoder
371 HpackEncoder::EncodeRepresentations(const Representations& representations) { in EncodeRepresentations() function in spdy::HpackEncoder
Dhpack_encoder_test.cc95 static bool EncodeRepresentations(HpackEncoder* encoder, in EncodeRepresentations() function in spdy::test::HpackEncoderPeer
283 TEST_P(HpackEncoderTestWithDefaultStrategy, EncodeRepresentations) { in TEST_P() argument