Home
last modified time | relevance | path

Searched defs:OnMaxStreamsFrame (Results 1 – 13 of 13) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dquic_endpoint.h85 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& /*frame*/) override { in OnMaxStreamsFrame() function
/external/cronet/net/quic/
Dquic_test_packet_printer.cc158 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) override { in OnMaxStreamsFrame() function in quic::QuicPacketPrinter
Dquic_connection_logger.cc372 void QuicConnectionLogger::OnMaxStreamsFrame( in OnMaxStreamsFrame() function in net::QuicConnectionLogger
Dquic_event_logger.cc652 void QuicEventLogger::OnMaxStreamsFrame( in OnMaxStreamsFrame() function in net::QuicEventLogger
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_packet_printer_bin.cc191 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) override { in OnMaxStreamsFrame() function in quic::QuicPacketPrinter
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc310 bool ChloFramerVisitor::OnMaxStreamsFrame( in OnMaxStreamsFrame() function in quic::__anon6db6d3800111::ChloFramerVisitor
Dtls_chlo_extractor.h152 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& /*frame*/) override { in OnMaxStreamsFrame() function
Dquic_connection.h410 virtual void OnMaxStreamsFrame(const QuicMaxStreamsFrame& /*frame*/) {} in OnMaxStreamsFrame() function
Dquic_session.cc2578 bool QuicSession::OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) { in OnMaxStreamsFrame() function in quic::QuicSession
Dquic_connection.cc1907 bool QuicConnection::OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) { in OnMaxStreamsFrame() function in quic::QuicConnection
Dquic_framer_test.cc525 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) override { in OnMaxStreamsFrame() function in quic::test::__anon3a6dc7ec0111::TestQuicVisitor
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_quic_framer.cc181 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) override { in OnMaxStreamsFrame() function in quic::test::SimpleFramerVisitor
Dquic_test_utils.cc412 bool NoOpFramerVisitor::OnMaxStreamsFrame( in OnMaxStreamsFrame() function in quic::test::NoOpFramerVisitor