Home
last modified time | relevance | path

Searched defs:OnStringStart (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/
Dhpack_entry_decoder.cc24 bool OnStringStart(bool huffman_encoded, size_t len) { in OnStringStart() function in http2::__anone073596f0111::NameDecoderListener
43 bool OnStringStart(bool huffman_encoded, size_t len) { in OnStringStart() function in http2::__anone073596f0111::ValueDecoderListener
Dhpack_string_decoder_listener.cc12 void HpackStringDecoderVLoggingListener::OnStringStart(bool huffman_encoded, in OnStringStart() function in http2::test::HpackStringDecoderVLoggingListener
Dhpack_string_decoder.h168 void OnStringStart(Listener* cb, DecodeStatus* /*status*/) { in OnStringStart() function
/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
Dhpack_string_collector.cc56 void HpackStringCollector::OnStringStart(bool huffman, size_t length) { in OnStringStart() function in http2::test::HpackStringCollector