Lines Matching defs:defs
240 auto defs = GetDefinitions();
241 if (defs.empty())
246 m_getopt_table.resize(defs.size() + 1);
247 for (size_t i = 0; i < defs.size(); ++i) {
248 const int short_opt = defs[i].short_option;
250 m_getopt_table[i].definition = &defs[i];
258 if (defs[i].HasShortOption())
264 i, defs[i].long_option, short_opt, pos->second,
266 defs[i].long_option)
274 (int)i, defs[i].long_option, short_opt, pos->second,
276 defs[i].long_option)