HomeSort by relevance Sort by last modified time
    Searched refs:packets_entropy_hash_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/quic/
quic_sent_entropy_manager.cc 17 : 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_)
quic_sent_entropy_manager.h 53 QuicPacketEntropyHash packets_entropy_hash_; member in class:net::QuicSentEntropyManager
quic_received_packet_manager.cc 30 : 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;
quic_received_packet_manager.h 123 QuicPacketEntropyHash packets_entropy_hash_; member in class:net::QuicReceivedPacketManager

Completed in 588 milliseconds