Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_argparse.h43 ARGPARSE_OPT_STRING, enumerator
118 #define OPT_STRING(...) { ARGPARSE_OPT_STRING, __VA_ARGS__ }
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_argparse.cpp71 case ARGPARSE_OPT_STRING: in argparse_getvalue()
135 case ARGPARSE_OPT_STRING: in argparse_options_check()
313 } else if (options->type == ARGPARSE_OPT_STRING) { in argparse_usage()
347 } else if (options->type == ARGPARSE_OPT_STRING) { in argparse_usage()