Home
last modified time | relevance | path

Searched refs: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()
1184 bool is_processing_packet_ = false; variable
Dquic_framer.cc1478 QUICHE_DCHECK(!is_processing_packet_) << ENDPOINT << "Nested ProcessPacket"; in ProcessPacket()
1479 is_processing_packet_ = true; in ProcessPacket()
1481 is_processing_packet_ = false; in ProcessPacket()