Searched defs:PingResult (Results 1 – 3 of 3) sorted by relevance
75 struct PingResult { struct76 PingResult(const Connection* conn, int _recheck_delay_ms) in PingResult() function82 const absl::optional<const Connection*> connection;111 virtual PingResult SelectConnectionToPing(int64_t last_ping_sent_ms) = 0; argument
23 class PingResult(object): class
275 class PingResult(object): class