Searched defs:OnStringStart (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/ | ||
H A D | hpack_entry_decoder.cc | 24 bool OnStringStart(bool huffman_encoded, size_t len) { in OnStringStart() function in http2::__anone7e1bda00111::NameDecoderListener |
H A D | hpack_string_decoder_listener.cc | 12 void HpackStringDecoderVLoggingListener::OnStringStart(bool huffman_encoded, in OnStringStart() function in http2::test::HpackStringDecoderVLoggingListener |
H A D | hpack_string_decoder.h | 168 void OnStringStart(Listener* cb, DecodeStatus* /*status*/) { in OnStringStart() function |
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ | ||
H A D | hpack_string_collector.cc | 56 void HpackStringCollector::OnStringStart(bool huffman, size_t length) { in OnStringStart() function in http2::test::HpackStringCollector |