Home
last modified time | relevance | path

Searched refs:query_parameter_pairs (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/uri/
H A Duri_parser_test.cc50 EXPECT_THAT(uri->query_parameter_pairs(), ContainerEq(query_param_pairs)); in TestSucceeds()
117 ASSERT_THAT(uri->query_parameter_pairs(), in TEST_F()
243 EXPECT_THAT(uri->query_parameter_pairs(), testing::ElementsAre()); in TEST()
255 EXPECT_THAT(uri->query_parameter_pairs(), testing::ElementsAre()); in TEST()
267 EXPECT_THAT(uri->query_parameter_pairs(), testing::ElementsAre()); in TEST()
290 uri->query_parameter_pairs(), in TEST()
313 uri->query_parameter_pairs(), in TEST()
339 EXPECT_THAT(uri->query_parameter_pairs(), testing::ElementsAre()); in TEST()
354 uri->query_parameter_pairs(), in TEST()
414 uri->query_parameter_pairs(), in TEST()
/aosp_15_r20/external/grpc-grpc/src/core/lib/uri/
H A Duri_parser.h52 std::vector<QueryParam> query_parameter_pairs, std::string fragment);
81 const std::vector<QueryParam>& query_parameter_pairs() const { in query_parameter_pairs() function
90 std::vector<QueryParam> query_parameter_pairs, std::string fragment);
H A Duri_parser.cc290 std::vector<QueryParam> query_parameter_pairs, in Create() argument
297 std::move(query_parameter_pairs), std::move(fragment)); in Create()
301 std::vector<QueryParam> query_parameter_pairs, std::string fragment) in URI() argument
305 query_parameter_pairs_(std::move(query_parameter_pairs)), in URI()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/uri/
Duri_parser.h52 std::vector<QueryParam> query_parameter_pairs, std::string fragment);
81 const std::vector<QueryParam>& query_parameter_pairs() const { in query_parameter_pairs() function
90 std::vector<QueryParam> query_parameter_pairs, std::string fragment);
Duri_parser.cc291 std::vector<QueryParam> query_parameter_pairs, in Create() argument
298 std::move(query_parameter_pairs), std::move(fragment)); in Create()
302 std::vector<QueryParam> query_parameter_pairs, std::string fragment) in URI() argument
306 query_parameter_pairs_(std::move(query_parameter_pairs)), in URI()
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/external/
H A Daws_request_signer.cc148 for (const URI::QueryParam& query_kv : url_.query_parameter_pairs()) { in GetSignedRequestHeaders()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/external/
Daws_request_signer.cc142 for (const URI::QueryParam& query_kv : url_.query_parameter_pairs()) { in GetSignedRequestHeaders()