Lines Matching defs:parse
291 parse(const std::string& text) const = 0;
294 parse() const = 0;
453 "Argument " + LQUOTE + arg + RQUOTE + " failed to parse"
712 // The fallback parser. It uses the stringstream parser to parse all types
795 parse(const std::string& text) const
807 parse() const
1042 parse
1050 m_value->parse(text);
1058 m_value->parse();
1191 parse(int& argc, char**& argv);
1280 parse(int& argc, char**& argv);
1296 //parse positional arguments into the given option
1521 parse(argc, argv);
1606 result.parse(value, arg);
1726 Options::parse(int& argc, char**& argv)
1734 ParseResult::parse(int& argc, char**& argv)
1848 //parse the option given
1854 //parse the next argument