Searched refs:CountLimit (Results 1 – 1 of 1) sorted by relevance
1585 unsigned CountLimit = VAGroupCountLimit; in run() local1586 if (CountLimit == 0) in run()1589 if (LoadGroups.size() > CountLimit) { in run()1590 LoadGroups.resize(CountLimit); in run()1593 unsigned StoreLimit = CountLimit - LoadGroups.size(); in run()