Searched refs:arg_repeat_type (Results 1 – 2 of 2) sorted by relevance
441 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { in IsPairType() argument442 return (arg_repeat_type == eArgRepeatPairPlain) || in IsPairType()443 (arg_repeat_type == eArgRepeatPairOptional) || in IsPairType()444 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()445 (arg_repeat_type == eArgRepeatPairStar) || in IsPairType()446 (arg_repeat_type == eArgRepeatPairRange) || in IsPairType()447 (arg_repeat_type == eArgRepeatPairRangeOptional); in IsPairType()
227 bool IsPairType(ArgumentRepetitionType arg_repeat_type);