Searched refs:repeatableSubflagsInSetValues (Results 1 – 1 of 1) sorted by relevance
354 Multimap<OptionDescription, ParsedOptionDescription> repeatableSubflagsInSetValues = in expandPolicy() local366 repeatableSubflagsInSetValues.put(subflagOptionDescription, currentSubflag); in expandPolicy()379 for (OptionDescription repeatableFlag : repeatableSubflagsInSetValues.keySet()) { in expandPolicy()380 int numValues = repeatableSubflagsInSetValues.get(repeatableFlag).size(); in expandPolicy()383 for (ParsedOptionDescription setValue : repeatableSubflagsInSetValues.get(repeatableFlag)) { in expandPolicy()