Lines Matching defs:defs
205 auto defs = GetDefinitions();
206 if (defs.empty())
211 m_getopt_table.resize(defs.size() + 1);
212 for (size_t i = 0; i < defs.size(); ++i) {
213 const int short_opt = defs[i].short_option;
215 m_getopt_table[i].definition = &defs[i];
226 if (defs[i].HasShortOption())
232 i, defs[i].long_option, short_opt, pos->second,
234 defs[i].long_option)
242 (int)i, defs[i].long_option, short_opt, pos->second,
244 defs[i].long_option)