Searched refs:gpr_strjoin_sep (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/test/core/gpr/ |
D | string_test.cc | 161 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/ |
D | string.h | 86 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep,
|
D | string.cc | 236 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/ |
D | string.h | 80 char* gpr_strjoin_sep(const char** strs, size_t nstrs, const char* sep,
|
D | string.cc | 228 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/ |
D | subprocess_windows.cc | 47 char* args = gpr_strjoin_sep(argv, (size_t)argc, " ", NULL); in gpr_subprocess_create()
|
/external/grpc-grpc/test/cpp/interop/ |
D | http2_client.cc | 221 gpr_strjoin_sep(testcases, GPR_ARRAY_SIZE(testcases), "\n", nullptr); in main()
|
/external/grpc-grpc/test/core/end2end/ |
D | dualstack_socket_test.cc | 142 client_hostport = gpr_strjoin_sep((const char**)hosts_with_port, in test_connect()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_args.cc | 438 gpr_strjoin_sep(const_cast<const char**>(v.strs), v.count, ", ", nullptr); in grpc_channel_args_string()
|