Searched refs:query_parameter_map (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/core/uri/ |
H A D | uri_parser_test.cc | 49 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 D | uri_parser.h | 74 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/ |
D | uri_parser.h | 74 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 D | credentials_test.cc | 1011 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/ |
D | xds_client.cc | 1757 for (const auto& p : uri->query_parameter_map()) { in ParseXdsResourceName()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/ |
H A D | xds_client.cc | 1888 for (const auto& p : uri->query_parameter_map()) { in ParseXdsResourceName()
|