Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/matchers/
Dmatchers.h65 RE2* regex_matcher() const { return regex_matcher_.get(); } in regex_matcher() function
136 RE2* regex_matcher() const { return matcher_.regex_matcher(); } in regex_matcher() function
Dmatchers.cc39 auto regex_matcher = std::make_unique<RE2>(std::string(matcher)); in Create() local
55 StringMatcher::StringMatcher(std::unique_ptr<RE2> regex_matcher) in StringMatcher()
/aosp_15_r20/external/grpc-grpc/src/core/lib/matchers/
H A Dmatchers.h65 RE2* regex_matcher() const { return regex_matcher_.get(); } in regex_matcher() function
136 RE2* regex_matcher() const { return matcher_.regex_matcher(); } in regex_matcher() function
H A Dmatchers.cc38 auto regex_matcher = std::make_unique<RE2>(std::string(matcher)); in Create() local
54 StringMatcher::StringMatcher(std::unique_ptr<RE2> regex_matcher) in StringMatcher()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_route_config.cc452 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RoutePathMatchParse() local
509 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RouteHeaderMatchersParse() local
548 const auto* regex_matcher = in RouteHeaderMatchersParse() local
Dxds_common_types.cc236 auto* regex_matcher = envoy_type_matcher_v3_StringMatcher_safe_regex( in CertificateValidationContextParse() local
Dxds_http_rbac_filter.cc73 const envoy_type_matcher_v3_RegexMatcher* regex_matcher) { in ParseRegexMatcherToJson()
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_route_config.cc466 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RoutePathMatchParse() local
523 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RouteHeaderMatchersParse() local
562 const auto* regex_matcher = in RouteHeaderMatchersParse() local
H A Dxds_common_types.cc234 auto* regex_matcher = envoy_type_matcher_v3_StringMatcher_safe_regex( in CertificateValidationContextParse() local
H A Dxds_http_rbac_filter.cc73 const envoy_type_matcher_v3_RegexMatcher* regex_matcher) { in ParseRegexMatcherToJson()
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/parsing/
H A Dparser.cc150 std::unique_ptr<UniLib::RegexMatcher> regex_matcher = in SortedSymbolsForInput() local