Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
H A Dhpack_string_collector.h25 struct QUICHE_NO_EXPORT HpackStringCollector struct
33 HpackStringCollector(); argument
56 bool operator==(const HpackStringCollector& a, const HpackStringCollector& b); argument
H A Dhpack_string_collector.cc36 HpackStringCollector::HpackStringCollector() { Clear(); } in HpackStringCollector() function in http2::test::HpackStringCollector
38 HpackStringCollector::HpackStringCollector(const std::string& str, bool huffman) in HpackStringCollector() function in http2::test::HpackStringCollector