HomeSort by relevance Sort by last modified time
    Searched full:entropy_it (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/quic/
quic_sent_entropy_manager.cc 52 SentEntropyMap::const_iterator entropy_it = local
54 if (entropy_it == packets_entropy_.end()) {
59 QuicPacketEntropyHash expected_entropy_hash = entropy_it->second.second;
62 entropy_it = packets_entropy_.find(*it);
63 DCHECK(entropy_it != packets_entropy_.end());
64 expected_entropy_hash ^= entropy_it->second.first;

Completed in 37 milliseconds