Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
H A DRbacFilter.java218 return parsePathMatcher(permission.getUrlPath());
271 return parsePathMatcher(principal.getUrlPath());
281 private static PathMatcher parsePathMatcher(
H A DXdsRouteConfigureResource.java313 StructOrError<PathMatcher> pathMatch = parsePathMatcher(proto); in parseRouteMatch()
342 static StructOrError<PathMatcher> parsePathMatcher( in parsePathMatcher() method in XdsRouteConfigureResource
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DXdsClientImplDataTest.java364 StructOrError<PathMatcher> struct = XdsRouteConfigureResource.parsePathMatcher(proto); in parsePathMatcher_withFullPath()
374 StructOrError<PathMatcher> struct = XdsRouteConfigureResource.parsePathMatcher(proto); in parsePathMatcher_withPrefix()
386 StructOrError<PathMatcher> struct = XdsRouteConfigureResource.parsePathMatcher(proto); in parsePathMatcher_withSafeRegEx()