Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_argparse.h38 ARGPARSE_OPT_BOOLEAN, enumerator
114 #define OPT_BOOLEAN(...) { ARGPARSE_OPT_BOOLEAN, __VA_ARGS__ }
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_argparse.cpp54 case ARGPARSE_OPT_BOOLEAN: in argparse_getvalue()
131 case ARGPARSE_OPT_BOOLEAN: in argparse_options_check()
169 if (options->type != ARGPARSE_OPT_BOOLEAN && options->type != in argparse_long_opt()