Searched refs:query_parameter_pairs (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/core/uri/ |
H A D | uri_parser_test.cc | 50 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 D | uri_parser.h | 52 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 D | uri_parser.cc | 290 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/ |
D | uri_parser.h | 52 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);
|
D | uri_parser.cc | 291 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 D | aws_request_signer.cc | 148 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/ |
D | aws_request_signer.cc | 142 for (const URI::QueryParam& query_kv : url_.query_parameter_pairs()) { in GetSignedRequestHeaders()
|