Searched refs:countNonRepeat (Results 1 – 3 of 3) sorted by relevance
218 int32_t countNonRepeat = 0; in ParseArgsWithAutoFill() local234 ++countNonRepeat; in ParseArgsWithAutoFill()243 if (countNonRepeat + countRepeat > 0 && (countNonRepeat + countRepeat - 1) * gap > size) { in ParseArgsWithAutoFill()246 double sizeNonRepeatGap = GreatNotEqual(countNonRepeat, 0) ? (countNonRepeat - 1) * gap : 0; in ParseArgsWithAutoFill()253 if (childrenCount >= countNonRepeat && !retTemplates.empty()) { in ParseArgsWithAutoFill()254 …count = ceil((size - countNonRepeat) * 1.0 / (static_cast<int32_t>(retTemplates.size()) - countNon… in ParseArgsWithAutoFill()402 size_t countNonRepeat = 0; in ParseArgsWithAutoFit() local420 ++countNonRepeat; in ParseArgsWithAutoFit()430 double sizeNonRepeatGap = GreatNotEqual(countNonRepeat, 0) ? (countNonRepeat - 1) * gap : 0; in ParseArgsWithAutoFit()437 if (childrenCount >= static_cast<int32_t>(countNonRepeat) && !retTemplates.empty()) { in ParseArgsWithAutoFit()[all …]
195 size_t countNonRepeat = 0; in ParseArgsWithAutoFill() local211 ++countNonRepeat; in ParseArgsWithAutoFill()220 double sizeNonRepeatGap = GreatNotEqual(countNonRepeat, 0) ? (countNonRepeat - 1) * gap : 0; in ParseArgsWithAutoFill()231 if (children >= countNonRepeat && !retTemplates.empty()) { in ParseArgsWithAutoFill()232 count = ceil((size - countNonRepeat) * 1.0 / (retTemplates.size() - countNonRepeat)); in ParseArgsWithAutoFill()
3360 uint32_t countNonRepeat = 0; in ParseArgsWithAutoFill() local3374 ++countNonRepeat; in ParseArgsWithAutoFill()3383 double sizeNonRepeatGap = GreatNotEqual(countNonRepeat, 0) ? (countNonRepeat - 1) * gap : 0; in ParseArgsWithAutoFill()3389 if (GetChildren().size() >= countNonRepeat && retTemplates.size() > 0) { in ParseArgsWithAutoFill()3390 …count = ceil((GetChildren().size() - countNonRepeat) * 1.0 / (retTemplates.size() - countNonRepeat… in ParseArgsWithAutoFill()