Searched defs:ResolveKey (Results 1 – 2 of 2) sorted by relevance
56 struct ResolveKey { struct in net::__anon7e353b0c0111::MockHostResolverProc57 ResolveKey(const std::string& hostname, AddressFamily address_family) in ResolveKey() function59 bool operator<(const ResolveKey& other) const { in operator <()63 std::string hostname;64 AddressFamily address_family;
462 bool JsonManifest::ResolveKey(const std::string& key, in ResolveKey() function in nacl::JsonManifest