Searched refs:cxxopts (Results 1 – 2 of 2) sorted by relevance
55 namespace cxxopts namespace75 namespace cxxopts namespace193 cxxopts::UnicodeStringIterator196 return cxxopts::UnicodeStringIterator(&s, 0); in begin()200 cxxopts::UnicodeStringIterator203 return cxxopts::UnicodeStringIterator(&s, s.length()); in end()210 namespace cxxopts namespace267 namespace cxxopts namespace1374 = ::cxxopts::value<bool>(),
1162 static cxxopts::ParseResult parse_wrapper(cxxopts::Options& parser, int& argc, char**& argv) { in parse_wrapper()1165 } catch (cxxopts::option_not_exists_exception& exc) { in parse_wrapper()1200 static cxxopts::ParseResult parse_options(int argc, char **argv) { in parse_options()1201 cxxopts::Options opt_parser(argv[0]); in parse_options()1212 "you are doing)", cxxopts::value(mount_options)) in parse_options()1214 cxxopts::value<int>()->default_value(SFS_DEFAULT_THREADS)) in parse_options()1216 cxxopts::value<bool>()->implicit_value(SFS_DEFAULT_CLONE_FD)); in parse_options()