Searched defs:QuicServerInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dquic_server_info.cc21 QuicServerInfo::State::State() {}
23 QuicServerInfo::State::~State() {}
25 void QuicServerInfo::State::Clear() {
32 QuicServerInfo::QuicServerInfo(const QuicServerId& server_id) function in class:net::QuicServerInfo
36 QuicServerInfo::~QuicServerInfo() {
39 const QuicServerInfo::State& QuicServerInfo::state() const {
43 QuicServerInfo
[all...]
H A Dquic_server_info.h22 // QuicServerInfo is an interface for fetching information about a QUIC server.
26 class NET_EXPORT_PRIVATE QuicServerInfo { class in namespace:net
28 QuicServerInfo(const QuicServerId& server_id);
29 virtual ~QuicServerInfo();
104 DISALLOW_COPY_AND_ASSIGN(QuicServerInfo);
111 // GetForServer returns a fresh, allocated QuicServerInfo for the given
113 virtual QuicServerInfo* GetForServer(const QuicServerId& server_id) = 0;

Completed in 772 milliseconds