Searched refs:IsPairType (Results 1 – 2 of 2) sorted by relevance
219 bool IsPairType(ArgumentRepetitionType arg_repeat_type);
431 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { in IsPairType() function in CommandObject466 if ((num_alternatives == 2) && IsPairType(arg_entry[0].arg_repetition)) { in GetFormattedCommandArguments()