Searched refs:gpr_cmdline_on_extra_arg (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/core/util/ |
D | cmdline_test.cc | 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()
|
D | cmdline.h | 66 void gpr_cmdline_on_extra_arg(
|
D | cmdline.cc | 112 void gpr_cmdline_on_extra_arg( in gpr_cmdline_on_extra_arg() function
|