Searched refs:arg_repeat_type (Results 1 – 2 of 2) sorted by relevance
411 bool CommandObject::IsPairType(ArgumentRepetitionType arg_repeat_type) { in IsPairType() argument412 return (arg_repeat_type == eArgRepeatPairPlain) || in IsPairType()413 (arg_repeat_type == eArgRepeatPairOptional) || in IsPairType()414 (arg_repeat_type == eArgRepeatPairPlus) || in IsPairType()415 (arg_repeat_type == eArgRepeatPairStar) || in IsPairType()416 (arg_repeat_type == eArgRepeatPairRange) || in IsPairType()417 (arg_repeat_type == eArgRepeatPairRangeOptional); in IsPairType()
218 bool IsPairType(ArgumentRepetitionType arg_repeat_type);