Searched defs:PathMatcher (Results 1 – 3 of 3) sorted by relevance
72 struct PathMatcher { struct73 enum class PathMatcherType {78 PathMatcherType type;79 std::string string_matcher;80 std::unique_ptr<RE2> regex_matcher;81 bool case_sensitive = true;85 PathMatcher& operator=(const PathMatcher& other);
117 XdsApi::Route::Matchers::PathMatcher::PathMatcher(const PathMatcher& other) in PathMatcher() function in grpc_core::XdsApi::Route::Matchers::PathMatcher
64 public final class PathMatcher { class84 private PathMatcher(PathMatcher parent, List<Predicate<CldrPath>> elementMatchers) { in PathMatcher() method in PathMatcher