Home
last modified time | relevance | path

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 Dhpack_entry_decoder.cc24 bool OnStringStart(bool huffman_encoded, size_t len) { in OnStringStart() function in http2::__anone7e1bda00111::NameDecoderListener
43 bool OnStringStart(bool huffman_encoded, size_t len) { in OnStringStart() function in http2::__anone7e1bda00111::ValueDecoderListener
H A Dhpack_string_decoder_listener.cc12 void HpackStringDecoderVLoggingListener::OnStringStart(bool huffman_encoded, in OnStringStart() function in http2::test::HpackStringDecoderVLoggingListener
H A Dhpack_string_decoder.h168 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 Dhpack_string_collector.cc56 void HpackStringCollector::OnStringStart(bool huffman, size_t length) { in OnStringStart() function in http2::test::HpackStringCollector