Home
last modified time | relevance | path

Searched refs:PercentEncodePath (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/uri/
H A Duri_parser_test.cc220 TEST(URITest, PercentEncodePath) { in TEST() argument
221 EXPECT_EQ(URI::PercentEncodePath( in TEST()
/aosp_15_r20/external/grpc-grpc/src/core/lib/uri/
H A Duri_parser.h64 static std::string PercentEncodePath(absl::string_view str);
H A Duri_parser.cc181 std::string URI::PercentEncodePath(absl::string_view str) { in PercentEncodePath() function in grpc_core::URI
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/uri/
Duri_parser.h64 static std::string PercentEncodePath(absl::string_view str);
Duri_parser.cc182 std::string URI::PercentEncodePath(absl::string_view str) { in PercentEncodePath() function in grpc_core::URI
/aosp_15_r20/external/grpc-grpc/src/core/resolver/xds/
H A Dxds_resolver.cc929 {{"%s", URI::PercentEncodePath(resource_name_fragment)}}); in StartLocked()
939 resource_name_fragment = URI::PercentEncodePath(resource_name_fragment); in StartLocked()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/xds/
Dxds_resolver.cc911 {{"%s", URI::PercentEncodePath(resource_name_fragment)}}); in StartLocked()
921 resource_name_fragment = URI::PercentEncodePath(resource_name_fragment); in StartLocked()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_server_config_fetcher.cc495 tmp = URI::PercentEncodePath(listening_address); in ListenerResourceName()
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_server_config_fetcher.cc528 tmp = URI::PercentEncodePath(listening_address); in ListenerResourceName()