Searched refs:packets_entropy_hash_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_sent_entropy_manager.cc17 : packets_entropy_hash_(0) {}
26 packets_entropy_hash_ ^= entropy_hash;
29 make_pair(entropy_hash, packets_entropy_hash_)));
31 << static_cast<int>(packets_entropy_hash_)
H A Dquic_sent_entropy_manager.h53 QuicPacketEntropyHash packets_entropy_hash_; member in class:net::QuicSentEntropyManager
H A Dquic_received_packet_manager.cc30 : packets_entropy_hash_(0),
117 packets_entropy_hash_ ^= entropy_hash;
119 << static_cast<int>(packets_entropy_hash_)
134 return packets_entropy_hash_;
150 QuicPacketEntropyHash hash = packets_entropy_hash_;
168 packets_entropy_hash_ = entropy_hash;
173 packets_entropy_hash_ ^= it->second;
H A Dquic_received_packet_manager.h123 QuicPacketEntropyHash packets_entropy_hash_; member in class:net::QuicReceivedPacketManager

Completed in 77 milliseconds