CachedState 38 net/quic/crypto/quic_crypto_client_config.cc QuicCryptoClientConfig::CachedState::CachedState() CachedState 42 net/quic/crypto/quic_crypto_client_config.cc QuicCryptoClientConfig::CachedState::~CachedState() {} CachedState 44 net/quic/crypto/quic_crypto_client_config.cc bool QuicCryptoClientConfig::CachedState::IsComplete(QuicWallTime now) const { CachedState 65 net/quic/crypto/quic_crypto_client_config.cc bool QuicCryptoClientConfig::CachedState::IsEmpty() const { CachedState 70 net/quic/crypto/quic_crypto_client_config.cc QuicCryptoClientConfig::CachedState::GetServerConfig() const { CachedState 82 net/quic/crypto/quic_crypto_client_config.cc QuicErrorCode QuicCryptoClientConfig::CachedState::SetServerConfig( CachedState 122 net/quic/crypto/quic_crypto_client_config.cc void QuicCryptoClientConfig::CachedState::InvalidateServerConfig() { CachedState 128 net/quic/crypto/quic_crypto_client_config.cc void QuicCryptoClientConfig::CachedState::SetProof(const vector<string>& certs, CachedState 152 net/quic/crypto/quic_crypto_client_config.cc void QuicCryptoClientConfig::CachedState::ClearProof() { CachedState 158 net/quic/crypto/quic_crypto_client_config.cc void QuicCryptoClientConfig::CachedState::SetProofValid() { CachedState 162 net/quic/crypto/quic_crypto_client_config.cc void QuicCryptoClientConfig::CachedState::SetProofInvalid() { CachedState 167 net/quic/crypto/quic_crypto_client_config.cc bool QuicCryptoClientConfig::CachedState::Initialize( CachedState 193 net/quic/crypto/quic_crypto_client_config.cc const string& QuicCryptoClientConfig::CachedState::server_config() const { CachedState 198 net/quic/crypto/quic_crypto_client_config.cc QuicCryptoClientConfig::CachedState::source_address_token() const { CachedState 202 net/quic/crypto/quic_crypto_client_config.cc const vector<string>& QuicCryptoClientConfig::CachedState::certs() const { CachedState 206 net/quic/crypto/quic_crypto_client_config.cc const string& QuicCryptoClientConfig::CachedState::signature() const { CachedState 210 net/quic/crypto/quic_crypto_client_config.cc bool QuicCryptoClientConfig::CachedState::proof_valid() const { CachedState 214 net/quic/crypto/quic_crypto_client_config.cc uint64 QuicCryptoClientConfig::CachedState::generation_counter() const { CachedState 219 net/quic/crypto/quic_crypto_client_config.cc QuicCryptoClientConfig::CachedState::proof_verify_details() const { CachedState 223 net/quic/crypto/quic_crypto_client_config.cc void QuicCryptoClientConfig::CachedState::set_source_address_token( CachedState 228 net/quic/crypto/quic_crypto_client_config.cc void QuicCryptoClientConfig::CachedState::SetProofVerifyDetails( CachedState 233 net/quic/crypto/quic_crypto_client_config.cc void QuicCryptoClientConfig::CachedState::InitializeFrom( CachedState 234 net/quic/crypto/quic_crypto_client_config.cc const QuicCryptoClientConfig::CachedState& other) { CachedState 261 net/quic/crypto/quic_crypto_client_config.cc QuicCryptoClientConfig::CachedState* QuicCryptoClientConfig::LookupOrCreate( CachedState 268 net/quic/crypto/quic_crypto_client_config.cc CachedState* cached = new CachedState; CachedState 277 net/quic/crypto/quic_crypto_client_config.cc const CachedState* cached, CachedState 328 net/quic/crypto/quic_crypto_client_config.cc const CachedState* cached, CachedState 526 net/quic/crypto/quic_crypto_client_config.cc CachedState* cached, CachedState 589 net/quic/crypto/quic_crypto_client_config.cc CachedState* cached, CachedState 680 net/quic/crypto/quic_crypto_client_config.cc CachedState* canonical_cached = CachedState 685 net/quic/crypto/quic_crypto_client_config.cc CachedState* cached = LookupOrCreate(server_id); CachedState 711 net/quic/crypto/quic_crypto_client_config.cc CachedState* server_state) { CachedState 734 net/quic/crypto/quic_crypto_client_config.cc CachedState* canonical_state = cached_states_[canonical_server_id]; CachedState 35 net/quic/crypto/quic_crypto_client_config.h class NET_EXPORT_PRIVATE CachedState { CachedState 37 net/quic/crypto/quic_crypto_client_config.h CachedState(); CachedState 38 net/quic/crypto/quic_crypto_client_config.h ~CachedState(); CachedState 97 net/quic/crypto/quic_crypto_client_config.h void InitializeFrom(const CachedState& other); CachedState 126 net/quic/crypto/quic_crypto_client_config.h DISALLOW_COPY_AND_ASSIGN(CachedState); CachedState 137 net/quic/crypto/quic_crypto_client_config.h CachedState* LookupOrCreate(const QuicServerId& server_id); CachedState 148 net/quic/crypto/quic_crypto_client_config.h const CachedState* cached, CachedState 169 net/quic/crypto/quic_crypto_client_config.h const CachedState* cached, CachedState 184 net/quic/crypto/quic_crypto_client_config.h CachedState* cached, CachedState 199 net/quic/crypto/quic_crypto_client_config.h CachedState* cached, CachedState 242 net/quic/crypto/quic_crypto_client_config.h typedef std::map<QuicServerId, CachedState*> CachedStateMap; CachedState 248 net/quic/crypto/quic_crypto_client_config.h CachedState* cached); CachedState 19 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; CachedState 24 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; CachedState 29 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; CachedState 36 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; CachedState 44 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; CachedState 45 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState other; CachedState 56 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; CachedState 79 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; CachedState 93 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; CachedState 108 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState state; CachedState 153 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState cached; CachedState 167 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState* state = CachedState 176 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState* other = CachedState 192 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState* state = CachedState 198 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState* other = CachedState 219 net/quic/crypto/quic_crypto_client_config_test.cc QuicCryptoClientConfig::CachedState* state = CachedState 537 net/quic/quic_client_session.cc const QuicCryptoClientConfig::CachedState& cached) { CachedState 139 net/quic/quic_client_session.h const QuicCryptoClientConfig::CachedState& cached) OVERRIDE; CachedState 27 net/quic/quic_client_session_base.h const QuicCryptoClientConfig::CachedState& cached) = 0; CachedState 96 net/quic/quic_crypto_client_stream.cc QuicCryptoClientConfig::CachedState* cached = CachedState 355 net/quic/quic_crypto_client_stream.cc QuicCryptoClientConfig::CachedState* cached) { CachedState 87 net/quic/quic_crypto_client_stream.h void SetCachedProofValid(QuicCryptoClientConfig::CachedState* cached); CachedState 449 net/quic/quic_stream_factory.cc QuicCryptoClientConfig::CachedState* cached = CachedState 797 net/quic/quic_stream_factory.cc QuicCryptoClientConfig::CachedState* cached = CachedState 1096 net/quic/quic_stream_factory_test.cc QuicCryptoClientConfig::CachedState* cached1 = CachedState 1108 net/quic/quic_stream_factory_test.cc QuicCryptoClientConfig::CachedState* cached2 = CachedState 1130 net/quic/quic_stream_factory_test.cc QuicCryptoClientConfig::CachedState* cached1 = CachedState 1142 net/quic/quic_stream_factory_test.cc QuicCryptoClientConfig::CachedState* cached2 = CachedState 418 net/quic/test_tools/quic_test_utils.h void(const QuicCryptoClientConfig::CachedState& cached)); CachedState 30 net/tools/quic/quic_client_session.cc const QuicCryptoClientConfig::CachedState& /*cached*/) { CachedState 36 net/tools/quic/quic_client_session.h const QuicCryptoClientConfig::CachedState& cached) OVERRIDE; CachedState 358 net/tools/quic/test_tools/quic_test_client.cc QuicCryptoClientConfig::CachedState* state = CachedState 214 third_party/re2/re2/dfa.cc State* CachedState(int* inst, int ninst, uint flag); CachedState 731 third_party/re2/re2/dfa.cc State* state = CachedState(inst, n, flag); CachedState 1245 third_party/re2/re2/dfa.cc State* s = dfa_->CachedState(inst_, ninst_, flag_);