Searched refs:m_short (Results 1 – 3 of 3) sorted by relevance
38 m_short = str[0]; in parse()40 m_short = 0; in parse()59 if (o.m_short != 0) { in parse()60 shortopts.push_back(o.m_short); in parse()92 throw std::invalid_argument(string("Missing argument to -") + o.m_short); in parse()114 return *find_if(m_opts.begin(), m_opts.end(), [c](const Option& o) { return o.m_short == c; }); in find_opt()
23 private short m_short = 0; field in ParameterConstructorTest38 m_short = sh; in ParameterConstructorTest()51 assertEquals(47, m_short); in verify()
17 char m_short; variable