Home
last modified time | relevance | path

Searched defs:ConnectionAttempt (Results 1 – 1 of 1) sorted by relevance

/external/cronet/net/socket/
Dconnection_attempts.h14 struct ConnectionAttempt { struct
15 ConnectionAttempt(const IPEndPoint endpoint, int result) in ConnectionAttempt() argument
31 typedef std::vector<ConnectionAttempt> ConnectionAttempts; argument