Lines Matching defs:items
54 // Then pops popCnt items and checks again.
63 for (const C& c : allocator->items()) {
90 for (const C& c : cAlloc->items()) {
98 for (C& c : allocator->items()) {
127 // Adds cnt items to the allocator, tests the cnts and iterators, pops popCnt items and checks
143 std::vector<C*> items;
162 items.push_back(&allocator->back());
164 check_iterator_helper(allocator, items, reporter);
208 for (const C& item : listA.items()) {
239 for (const D& item : listA.items()) {
249 constexpr int kItemsPerBlock = N + 4; // Make this a number > 1, even if N starting items == 1
259 // Reserve room for 2*kItemsPerBlock items
280 // items-per-block, it will always use that size and not that of the growth policy.
290 // If we reserve a count < items-per-block, it will use the fixed size from the growth policy.