Searched defs:OnValueData (Results 1 – 5 of 5) sorted by relevance
| /external/cronet/net/third_party/quiche/src/quiche/http2/hpack/decoder/ | ||
| D | hpack_entry_decoder_listener.cc | 58 void HpackEntryDecoderVLoggingListener::OnValueData(const char* data, in OnValueData() function in http2::HpackEntryDecoderVLoggingListener |
| D | hpack_entry_decoder_listener.h | 103 void OnValueData(const char* /*data*/, size_t /*len*/) override {} in OnValueData() function |
| D | hpack_whole_entry_buffer.cc | 104 void HpackWholeEntryBuffer::OnValueData(const char* data, size_t len) { in OnValueData() function in http2::HpackWholeEntryBuffer |
| /external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ | ||
| D | hpack_block_collector.cc | 46 void HpackBlockCollector::OnValueData(const char* data, size_t len) { in OnValueData() function in http2::test::HpackBlockCollector |
| D | hpack_entry_collector.cc | 97 void HpackEntryCollector::OnValueData(const char* data, size_t len) { in OnValueData() function in http2::test::HpackEntryCollector |