Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/dns/public/
H A Dresolve_error_info.h14 struct NET_EXPORT ResolveErrorInfo { struct
21 ResolveErrorInfo& operator=(const ResolveErrorInfo& other); argument
22 ResolveErrorInfo& operator=(ResolveErrorInfo&& other); argument
27 int error = net::OK;
33 bool is_secure_network_error = false;
H A Dresolve_error_info.cc11 ResolveErrorInfo::ResolveErrorInfo(int resolve_error, in ResolveErrorInfo() function in net::ResolveErrorInfo