Home
last modified time | relevance | path

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

/third_party/grpc/src/core/util/
Dmatchers.h64 RE2* regex_matcher() const { return regex_matcher_.get(); } in regex_matcher() function
135 RE2* regex_matcher() const { return matcher_.regex_matcher(); } in regex_matcher() function
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()
/third_party/grpc/src/core/xds/grpc/
Dxds_route_config_parser.cc229 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RoutePathMatchParse() local
286 const envoy_type_matcher_v3_RegexMatcher* regex_matcher = in RouteHeaderMatchersParse() local
325 const auto* regex_matcher = in RouteHeaderMatchersParse() local
Dxds_common_types_parser.cc219 auto* regex_matcher = envoy_type_matcher_v3_StringMatcher_safe_regex( in CertificateValidationContextParse() local
Dxds_http_rbac_filter.cc71 const envoy_type_matcher_v3_RegexMatcher* regex_matcher) { in ParseRegexMatcherToJson()