Home
last modified time | relevance | path

Searched defs:PathMatcher (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.h72 struct PathMatcher { struct
73 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);
Dxds_api.cc117 XdsApi::Route::Matchers::PathMatcher::PathMatcher(const PathMatcher& other) in PathMatcher() function in grpc_core::XdsApi::Route::Matchers::PathMatcher
/external/cldr/tools/java/org/unicode/cldr/api/
DPathMatcher.java64 public final class PathMatcher { class
84 private PathMatcher(PathMatcher parent, List<Predicate<CldrPath>> elementMatchers) { in PathMatcher() method in PathMatcher