Home
last modified time | relevance | path

Searched defs:OnAltSvcValueData (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
Daltsvc_payload_decoder_test.cc54 void OnAltSvcValueData(const char* data, size_t len) override { in OnAltSvcValueData() function
/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/
Dhttp2_frame_decoder_listener_test_util.cc153 void FailingHttp2FrameDecoderListener::OnAltSvcValueData(const char* /*data*/, in OnAltSvcValueData() function in http2::FailingHttp2FrameDecoderListener
432 void LoggingHttp2FrameDecoderListener::OnAltSvcValueData(const char* data, in OnAltSvcValueData() function in http2::LoggingHttp2FrameDecoderListener
Dframe_parts_collector_listener.cc186 void FramePartsCollectorListener::OnAltSvcValueData(const char* data, in OnAltSvcValueData() function in http2::test::FramePartsCollectorListener
Dframe_parts.cc354 void FrameParts::OnAltSvcValueData(const char* data, size_t len) { in OnAltSvcValueData() function in http2::test::FrameParts
/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
Dhttp2_frame_decoder_listener.h365 void OnAltSvcValueData(const char* /*data*/, size_t /*len*/) override {} in OnAltSvcValueData() function
/external/cronet/net/third_party/quiche/src/quiche/spdy/core/
Dhttp2_frame_decoder_adapter.cc677 void Http2DecoderAdapter::OnAltSvcValueData(const char* data, size_t len) { in OnAltSvcValueData() function in http2::Http2DecoderAdapter