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.cc155 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) override { in OnMaxStreamsFrame() function in quic::QuicPacketPrinter
Dquic_connection_logger.cc355 void QuicConnectionLogger::OnMaxStreamsFrame( in OnMaxStreamsFrame() function in net::QuicConnectionLogger
Dquic_event_logger.cc622 void QuicEventLogger::OnMaxStreamsFrame( in OnMaxStreamsFrame() function in net::QuicEventLogger
/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
Dquic_packet_printer_bin.cc188 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) override { in OnMaxStreamsFrame() function in quic::QuicPacketPrinter
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dchlo_extractor.cc309 bool ChloFramerVisitor::OnMaxStreamsFrame( in OnMaxStreamsFrame() function in quic::__anonad219def0111::ChloFramerVisitor
Dtls_chlo_extractor.h155 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& /*frame*/) override { in OnMaxStreamsFrame() function
Dquic_connection.h422 virtual void OnMaxStreamsFrame(const QuicMaxStreamsFrame& /*frame*/) {} in OnMaxStreamsFrame() function
Dquic_session.cc2620 bool QuicSession::OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) { in OnMaxStreamsFrame() function in quic::QuicSession
Dquic_connection.cc1814 bool QuicConnection::OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) { in OnMaxStreamsFrame() function in quic::QuicConnection
Dquic_framer_test.cc520 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) override { in OnMaxStreamsFrame() function in quic::test::__anonffb4ea1b0111::TestQuicVisitor
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsimple_quic_framer.cc178 bool OnMaxStreamsFrame(const QuicMaxStreamsFrame& frame) override { in OnMaxStreamsFrame() function in quic::test::SimpleFramerVisitor
Dquic_test_utils.cc415 bool NoOpFramerVisitor::OnMaxStreamsFrame( in OnMaxStreamsFrame() function in quic::test::NoOpFramerVisitor