Home
last modified time | relevance | path

Searched refs:CachedStateMap (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dquic_crypto_client_config.h270 typedef std::map<QuicServerId, CachedState*> CachedStateMap; typedef
291 CachedStateMap cached_states_;
Dquic_crypto_client_config.cc319 CachedStateMap::const_iterator it = cached_states_.find(server_id); in LookupOrCreate()
331 for (CachedStateMap::const_iterator it = cached_states_.begin(); in ClearCachedStates()