Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/gpr/
Dstring.cc296 static void add_string_to_split(const char* beg, const char* end, char*** strs, in add_string_to_split() function
317 add_string_to_split(input, next, strs, nstrs, &capstrs); in gpr_string_split()
320 add_string_to_split(input, input + strlen(input), strs, nstrs, &capstrs); in gpr_string_split()