Home
last modified time | relevance | path

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

/third_party/libfuse/example/
H A Dcxxopts.hpp55 namespace cxxopts namespace
66 //when we ask cxxopts to use Unicode, help strings are processed using ICU,
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
267 namespace cxxopts namespace
533 // See https://github.com/jarro2783/cxxopts/issue in checked_negate()
[all...]
H A Dpassthrough_hp.cc73 #include "cxxopts.hpp"
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()
1220 // opt_parser.parse() (cf. https://github.com/jarro2783/cxxopts/issue in parse_options()
[all...]

Completed in 4 milliseconds