Searched defs:IteratorState (Results 1 – 1 of 1) sorted by relevance
675 struct IteratorState { struct676 IteratorState() : map_(0), link_(0), itemIndex_(0), bucketIndex_(0) {} in IteratorState() argument677 ValueInternalMap* map_;678 ValueInternalLink* link_;679 BucketIndex itemIndex_;680 BucketIndex bucketIndex_;769 struct IteratorState // Must be a POD struct771 IteratorState() : array_(0), currentPageIndex_(0), currentItemIndex_(0) {} in IteratorState() function772 ValueInternalArray* array_;796 static bool equals(const IteratorState& x, const IteratorState& other); argument