Home
last modified time | relevance | path

Searched refs:num_query_parts (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Duri_parser.cc156 uri->num_query_parts = 0; in parse_query_parts()
161 &uri->num_query_parts); in parse_query_parts()
163 static_cast<char**>(gpr_malloc(uri->num_query_parts * sizeof(char**))); in parse_query_parts()
164 for (size_t i = 0; i < uri->num_query_parts; i++) { in parse_query_parts()
292 for (size_t i = 0; i < uri->num_query_parts; ++i) { in grpc_uri_get_query_arg()
306 for (size_t i = 0; i < uri->num_query_parts; ++i) { in grpc_uri_destroy()
Duri_parser.h34 size_t num_query_parts; member
/external/grpc-grpc/test/core/client_channel/
Duri_parser_test.cc60 GPR_ASSERT(4 == uri->num_query_parts); in test_query_parts()
94 GPR_ASSERT(2 == uri->num_query_parts); in test_query_parts()
112 GPR_ASSERT(0 == uri->num_query_parts); in test_query_parts()