Searched refs:SessionSet (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_session_pool.h153 typedef std::set<SpdySession*> SessionSet; typedef in class:net::SpdySessionPool
202 SessionSet sessions_;
H A Dspdy_session_pool.cc234 SessionSet::iterator it = sessions_.find(unavailable_session.get());
382 for (SessionSet::const_iterator it = sessions_.begin();
/external/chromium_org/net/quic/
H A Dquic_stream_factory.h202 typedef std::set<QuicClientSession*> SessionSet; typedef in class:net::QuicStreamFactory
203 typedef std::map<IpAliasKey, SessionSet> IPAliasMap;
H A Dquic_stream_factory.cc617 const SessionSet& sessions = ip_aliases_[ip_alias_key];
618 for (SessionSet::const_iterator i = sessions.begin();

Completed in 157 milliseconds