Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/matchers/
Dmatchers.h63 RE2* regex_matcher() const { return regex_matcher_.get(); } in regex_matcher() function
133 RE2* regex_matcher() const { return matcher_.regex_matcher(); } in regex_matcher() function
Dmatchers.cc37 auto regex_matcher = absl::make_unique<RE2>(std::string(matcher), options); in Create() local
52 StringMatcher::StringMatcher(std::unique_ptr<RE2> regex_matcher, in StringMatcher()
/external/libtextclassifier/native/utils/grammar/parsing/
Dparser.cc150 std::unique_ptr<UniLib::RegexMatcher> regex_matcher = in SortedSymbolsForInput() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc1273 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RoutePathMatchParse() local
1315 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RouteHeaderMatchersParse() local
1615 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RouteActionParse() local
1828 auto* regex_matcher = envoy_type_matcher_v3_StringMatcher_safe_regex( in CommonTlsContextParse() local