Lines Matching refs:ParseResult
1141 class ParseResult
1145 ParseResult(
1279 ParseResult
1507 ParseResult::ParseResult
1591 ParseResult::parse_default(std::shared_ptr<OptionDetails> details)
1598 ParseResult::parse_option
1613 ParseResult::checked_parse_arg
1649 ParseResult::add_to_option(const std::string& option, const std::string& arg)
1663 ParseResult::consume_positional(std::string a)
1725 ParseResult
1728 ParseResult result(m_options, m_positional, m_allow_unrecognised, argc, argv);
1734 ParseResult::parse(int& argc, char**& argv)