Home
last modified time | relevance | path

Searched refs:gpr_strvec_flatten (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/core/lib/http/
Dformat_request.cc65 flat = gpr_strvec_flatten(&out, &flat_len); in grpc_httpcli_format_get_request()
99 tmp = gpr_strvec_flatten(&out, &out_len); in grpc_httpcli_format_post_request()
119 char* flat = gpr_strvec_flatten(&out, &flat_len); in grpc_httpcli_format_connect_request()
/external/grpc-grpc/test/core/channel/
Dminimal_stack_is_minimal_test.cc148 char* expect = gpr_strvec_flatten(&v, nullptr); in check_stack()
161 char* got = gpr_strvec_flatten(&v, nullptr); in check_stack()
193 char* args_str = gpr_strvec_flatten(&v, nullptr); in check_stack()
/external/grpc-grpc/test/core/end2end/
Dcq_verifier.cc218 msg = gpr_strvec_flatten(&buf, nullptr); in fail_no_event_received()
233 char* s = gpr_strvec_flatten(&expected, nullptr); in verify_matches()
278 s = gpr_strvec_flatten(&expectations, nullptr); in cq_verify()
/external/grpc-grpc/src/core/lib/transport/
Dtransport_op_string.cc123 out = gpr_strvec_flatten(&b, nullptr); in grpc_transport_stream_op_batch_string()
195 out = gpr_strvec_flatten(&b, nullptr); in grpc_transport_op_string()
/external/grpc-grpc/src/core/lib/surface/
Devent_string.cc65 out = gpr_strvec_flatten(&buf, nullptr); in grpc_event_string()
Dcall_log_batch.cc104 out = gpr_strvec_flatten(&b, nullptr); in grpc_op_string()
Dcompletion_queue.cc932 char* out = gpr_strvec_flatten(&v, nullptr);
/external/grpc-grpc/src/core/lib/gpr/
Dstring.h108 char* gpr_strvec_flatten(gpr_strvec* strs, size_t* total_length);
Dstring.cc281 char* gpr_strvec_flatten(gpr_strvec* sv, size_t* final_length) { in gpr_strvec_flatten() function
/external/grpc-grpc/test/core/gpr/
Darena_test.cc48 s = gpr_strvec_flatten(&v, nullptr); in test()
/external/grpc-grpc/test/core/bad_client/tests/
Dlarge_metadata.cc157 const char* client_headers = gpr_strvec_flatten(&headers, &headers_len); in main()
/external/grpc-grpc/src/core/lib/debug/
Dstats.cc175 tmp = gpr_strvec_flatten(&v, nullptr); in grpc_stats_data_as_json()
/external/grpc-grpc/test/core/util/
Dcmdline.cc172 tmp = gpr_strvec_flatten(&s, nullptr); in gpr_cmdline_usage_string()
/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc530 tmp = gpr_strvec_flatten(&v, nullptr); in user_agent_from_args()
/external/grpc-grpc/src/core/lib/iomgr/
Dev_epoll1_linux.cc1071 tmp = gpr_strvec_flatten(&log, nullptr); in pollset_kick()