Home
last modified time | relevance | path

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

/third_party/libfuse/example/
Dcxxopts.hpp55 namespace cxxopts namespace
75 namespace cxxopts namespace
193 cxxopts::UnicodeStringIterator
196 return cxxopts::UnicodeStringIterator(&s, 0); in begin()
200 cxxopts::UnicodeStringIterator
203 return cxxopts::UnicodeStringIterator(&s, s.length()); in end()
210 namespace cxxopts namespace
267 namespace cxxopts namespace
1374 = ::cxxopts::value<bool>(),
Dpassthrough_hp.cc1162 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()