Home
last modified time | relevance | path

Searched defs:is_processing_packet (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_framer.h341 bool is_processing_packet() const { return is_processing_packet_; } in is_processing_packet() function
Dquic_connection.h1211 bool is_processing_packet() const { return framer_.is_processing_packet(); } in is_processing_packet() function