Searched refs:CachedStateMap (Results 1 – 2 of 2) sorted by relevance
270 typedef std::map<QuicServerId, CachedState*> CachedStateMap; typedef291 CachedStateMap cached_states_;
319 CachedStateMap::const_iterator it = cached_states_.find(server_id); in LookupOrCreate()331 for (CachedStateMap::const_iterator it = cached_states_.begin(); in ClearCachedStates()