Home
last modified time | relevance | path

Searched refs:PathMatcherType (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.cc119 if (type == PathMatcherType::REGEX) { in PathMatcher()
133 if (type == PathMatcherType::REGEX) { in operator =()
148 if (type == PathMatcherType::REGEX) { in operator ==()
161 case PathMatcherType::PATH: in ToString()
164 case PathMatcherType::PREFIX: in ToString()
167 case PathMatcherType::REGEX: in ToString()
174 type == PathMatcherType::REGEX in ToString()
1095 XdsApi::Route::Matchers::PathMatcher::PathMatcherType::PREFIX; in RoutePathMatchParse()
1130 XdsApi::Route::Matchers::PathMatcher::PathMatcherType::PATH; in RoutePathMatchParse()
1146 XdsApi::Route::Matchers::PathMatcher::PathMatcherType::REGEX; in RoutePathMatchParse()
Dxds_api.h73 enum class PathMatcherType { enum
78 PathMatcherType type;
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc365 case XdsApi::Route::Matchers::PathMatcher::PathMatcherType::PREFIX: in PathMatch()
370 case XdsApi::Route::Matchers::PathMatcher::PathMatcherType::PATH: in PathMatch()
374 case XdsApi::Route::Matchers::PathMatcher::PathMatcherType::REGEX: in PathMatch()