Searched refs:extra_arg_cb (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/util/ |
D | cmdline_test.cc | 267 static void extra_arg_cb(void* user_data, const char* arg) { in extra_arg_cb() function 284 gpr_cmdline_on_extra_arg(cl, "file", "filenames to process", extra_arg_cb, in test_extra() 301 gpr_cmdline_on_extra_arg(cl, "file", "filenames to process", extra_arg_cb, in test_extra_dashdash() 322 gpr_cmdline_on_extra_arg(cl, "file", "filenames to process", extra_arg_cb, in test_usage() 356 gpr_cmdline_on_extra_arg(cl, "file", "filenames to process", extra_arg_cb, in test_help() 380 gpr_cmdline_on_extra_arg(cl, "file", "filenames to process", extra_arg_cb, in test_badargs1() 406 gpr_cmdline_on_extra_arg(cl, "file", "filenames to process", extra_arg_cb, in test_badargs2() 431 gpr_cmdline_on_extra_arg(cl, "file", "filenames to process", extra_arg_cb, in test_badargs3() 456 gpr_cmdline_on_extra_arg(cl, "file", "filenames to process", extra_arg_cb, in test_badargs4()
|