Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/dns/
H A Dmock_host_resolver.h101 struct RuleKey { struct
106 RuleKey(); argument
110 RuleKey& operator=(const RuleKey&); argument
112 RuleKey& operator=(RuleKey&&); argument
119 bool operator<(const RuleKey& other) const { argument
128 absl::variant<WildcardScheme, NoScheme, Scheme> scheme = WildcardScheme();
131 std::string hostname_pattern = "*";
134 std::optional<uint16_t> port;
135 std::optional<DnsQueryType> query_type;
136 std::optional<HostResolverSource> query_source;
/aosp_15_r20/external/aws-sdk-java-v2/services/clouddirectory/src/main/resources/codegen-resources/
H A Dservice-2.json5431 "RuleKey":{ object