Home
last modified time | relevance | path

Searched refs:gpr_strjoin_sep (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/test/core/gpr/
Dstring_test.cc161 joined = gpr_strjoin_sep(parts, 4, ", ", &joined_len); in test_strjoin_sep()
166 joined = gpr_strjoin_sep(parts, 4, "", &joined_len); in test_strjoin_sep()
171 joined = gpr_strjoin_sep(parts, 0, ", ", &joined_len); in test_strjoin_sep()
176 joined = gpr_strjoin_sep(parts, 1, ", ", &joined_len); in test_strjoin_sep()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dstring.h86 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep,
Dstring.cc236 return gpr_strjoin_sep(strs, nstrs, "", final_length); in gpr_strjoin()
239 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep, in gpr_strjoin_sep() function
/external/grpc-grpc/src/core/lib/gpr/
Dstring.h80 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep,
Dstring.cc228 return gpr_strjoin_sep(strs, nstrs, "", final_length); in gpr_strjoin()
231 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep, in gpr_strjoin_sep() function
/external/grpc-grpc/test/core/util/
Dsubprocess_windows.cc47 char* args = gpr_strjoin_sep(argv, (size_t)argc, " ", NULL); in gpr_subprocess_create()
/external/grpc-grpc/test/cpp/interop/
Dhttp2_client.cc221 gpr_strjoin_sep(testcases, GPR_ARRAY_SIZE(testcases), "\n", nullptr); in main()
/external/grpc-grpc/test/core/end2end/
Ddualstack_socket_test.cc142 client_hostport = gpr_strjoin_sep((const char**)hosts_with_port, in test_connect()
/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.cc438 gpr_strjoin_sep(const_cast<const char**>(v.strs), v.count, ", ", nullptr); in grpc_channel_args_string()