Home
last modified time | relevance | path

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

/third_party/cares/test/
Dares-test.h294 struct AddrInfoResult { struct
295 AddrInfoResult() : done_(false), status_(-1), timeouts_(0) {} in AddrInfoResult() argument
304 std::ostream& operator<<(std::ostream& os, const AddrInfoResult& result); argument