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

/external/chromium_org/net/quic/
H A Dquic_sent_entropy_manager_test.cc41 TEST_F(QuicSentEntropyManagerTest, IsValidEntropy) {
61 EXPECT_TRUE(entropy_manager_.IsValidEntropy(10, missing_packets,
73 // Discard the first 5 entropies and ensure IsValidEntropy and EntropyHash
87 EXPECT_TRUE(entropy_manager_.IsValidEntropy(10, missing_packets,
H A Dquic_sent_entropy_manager.h44 bool IsValidEntropy(QuicPacketSequenceNumber largest_observed,
78 // Cache the cumulative entropy for IsValidEntropy.
H A Dquic_sent_entropy_manager.cc67 bool QuicSentEntropyManager::IsValidEntropy( function in class:net::QuicSentEntropyManager
98 // calculate EntropyHash and IsValidEntropy.
H A Dquic_connection.cc672 if (!sent_entropy_manager_.IsValidEntropy(

Completed in 90 milliseconds