Lines Matching refs:m_getopt_table
239 if (m_getopt_table.empty()) {
246 m_getopt_table.resize(defs.size() + 1);
250 m_getopt_table[i].definition = &defs[i];
251 m_getopt_table[i].flag = nullptr;
252 m_getopt_table[i].val = short_opt;
256 m_getopt_table[i].val = 0;
265 m_getopt_table[pos->second].definition->long_option,
275 m_getopt_table[pos->second].definition->long_option,
283 m_getopt_table.back().definition = nullptr;
284 m_getopt_table.back().flag = nullptr;
285 m_getopt_table.back().val = 0;
288 if (m_getopt_table.empty())
291 return &m_getopt_table.front();