Home
last modified time | relevance | path

Searched refs:query_parameter_map (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/uri/
H A Duri_parser_test.cc49 EXPECT_THAT(uri->query_parameter_map(), ContainerEq(query_param_map)); in TestSucceeds()
115 ASSERT_THAT(uri->query_parameter_map(), ElementsAre(Pair("a", "3"))); in TEST_F()
130 ASSERT_THAT(uri_copy.query_parameter_map(), Contains(Pair("a", "2"))); in TEST_F()
144 ASSERT_THAT(uri_copy.query_parameter_map(), Contains(Pair("a", "2"))); in TEST_F()
148 ASSERT_THAT(uri_copy2.query_parameter_map(), Contains(Pair("a", "2"))); in TEST_F()
244 EXPECT_THAT(uri->query_parameter_map(), testing::ElementsAre()); in TEST()
256 EXPECT_THAT(uri->query_parameter_map(), testing::ElementsAre()); in TEST()
268 EXPECT_THAT(uri->query_parameter_map(), testing::ElementsAre()); in TEST()
296 EXPECT_THAT(uri->query_parameter_map(), in TEST()
322 EXPECT_THAT(uri->query_parameter_map(), in TEST()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/uri/
H A Duri_parser.h74 const std::map<absl::string_view, absl::string_view>& query_parameter_map() in query_parameter_map() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/uri/
Duri_parser.h74 const std::map<absl::string_view, absl::string_view>& query_parameter_map() in query_parameter_map() function
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dcredentials_test.cc1011 const auto it = uri.query_parameter_map().find(expected_key); in assert_query_parameters()
1012 GPR_ASSERT(it != uri.query_parameter_map().end()); in assert_query_parameters()
1046 GPR_ASSERT(url->query_parameter_map().find("actor_token") == in validate_sts_token_http_request()
1047 url->query_parameter_map().end()); in validate_sts_token_http_request()
1048 GPR_ASSERT(url->query_parameter_map().find("actor_token_type") == in validate_sts_token_http_request()
1049 url->query_parameter_map().end()); in validate_sts_token_http_request()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc1757 for (const auto& p : uri->query_parameter_map()) { in ParseXdsResourceName()
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_client.cc1888 for (const auto& p : uri->query_parameter_map()) { in ParseXdsResourceName()