Searched refs:_removed (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DPointerHash.cpp41 } else if ((_count + _removed + 8) >= _capacity) {
60 --_removed;
97 ++_removed;
99 --_removed;
106 ++_removed;
136 _removed = 0;
186 _removed = 0;
H A DPointerHash.h49 uint32_t _removed; member in class:Auto::PointerHash
59 PointerHash(uint32_t initialCapacity) : _pointers(NULL), _capacity(0), _capacityMask(0), _count(0), _removed(0), _firstOccupiedSlot(0), _lastOccupiedSlot(0), _maxRunLength(0) { if (initialCapacity > 0) grow(initialCapacity * 4); };

Completed in 81 milliseconds