Searched defs:cached1 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_stream_factory_test.cc1459 QuicCryptoClientConfig::CachedState* cached1 = local
1461 EXPECT_FALSE(cached1->proof_valid());
1462 EXPECT_TRUE(cached1->source_address_token().empty());
1464 // Mutate the cached1 to have different data.
1466 cached1->set_source_address_token(r1_host_name);
1467 cached1->SetProofValid();
1473 EXPECT_EQ(cached1->source_address_token(), cached2->source_address_token());
1493 QuicCryptoClientConfig::CachedState* cached1 = local
1495 EXPECT_FALSE(cached1->proof_valid());
1496 EXPECT_TRUE(cached1
[all...]

Completed in 64 milliseconds