Home
last modified time | relevance | path

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

/external/armnn/third-party/cxxopts/
Dcxxopts.hpp1337 , m_allow_unrecognised(allow_unrecognised) in OptionParser()
1379 bool m_allow_unrecognised; member in cxxopts::OptionParser
1395 , m_allow_unrecognised(false) in Options()
1424 m_allow_unrecognised = true; in allow_unrecognised_options()
1511 bool m_allow_unrecognised; member in cxxopts::Options
1884 OptionParser parser(*m_options, m_positional, m_allow_unrecognised); in parse()
1916 if (!m_allow_unrecognised) { in parse()
1946 if (m_allow_unrecognised) in parse()
1980 if (m_allow_unrecognised) in parse()