Searched defs:flagName (Results 1 – 2 of 2) sorted by relevance
111 String flagName = getFlagName(optionField); in getUsage() local165 String flagName = getFlagName(optionField); in getUsageHtml() local247 String flagName = field.getAnnotation(Option.class).name(); in getCompletion() local
331 static bool flagName(const EnumEntry<T> &lhs, const EnumEntry<T> &rhs) { in flagName() function