Home
last modified time | relevance | path

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

/third_party/libfuse/example/
H A Dcxxopts.hpp1228 bool m_allow_unrecognised; member in cxxopts::ParseResult
1245 , m_allow_unrecognised(false) in Options()
1275 m_allow_unrecognised = true; in allow_unrecognised_options()
1348 bool m_allow_unrecognised; member in cxxopts::Options
1519 , m_allow_unrecognised(allow_unrecognised) in ParseResult()
1728 ParseResult result(m_options, m_positional, m_allow_unrecognised, argc, argv); in parse()
1760 if (!m_allow_unrecognised) { in parse()
1791 if (m_allow_unrecognised) in parse()
1828 if (m_allow_unrecognised) in parse()

Completed in 3 milliseconds