Home
last modified time | relevance | path

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

/external/cronet/net/dns/
Dmock_host_resolver.h102 struct RuleKey { struct
107 RuleKey(); argument
111 RuleKey& operator=(const RuleKey&); argument
113 RuleKey& operator=(RuleKey&&); argument
120 bool operator<(const RuleKey& other) const { argument
129 absl::variant<WildcardScheme, NoScheme, Scheme> scheme = WildcardScheme();
132 std::string hostname_pattern = "*";
135 absl::optional<uint16_t> port;
136 absl::optional<DnsQueryType> query_type;
137 absl::optional<HostResolverSource> query_source;