HomeSort by relevance Sort by last modified time
    Searched refs:CachedStateMap (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 270 typedef std::map<QuicServerId, CachedState*> CachedStateMap;
291 CachedStateMap cached_states_;
quic_crypto_client_config.cc 319 CachedStateMap::const_iterator it = cached_states_.find(server_id);
331 for (CachedStateMap::const_iterator it = cached_states_.begin();

Completed in 50 milliseconds