Searched refs:IteratorList (Results 1 – 14 of 14) sorted by relevance
17 IteratorList; typedef20 struct QueryManager::IteratorMap : HashMap<HashKey64<vnode_id>, IteratorList*> {37 IteratorList* iteratorList = it.Next().value; in ~QueryManager()73 IteratorList* iteratorList = fIterators->Get(nodeID); in AddIterator()76 iteratorList = new(std::nothrow) IteratorList; in AddIterator()193 IteratorList* iteratorList = fIterators->Get(nodeID); in PutIterator()232 IteratorList iterators; in VolumeUnmounting()235 if (IteratorList* iteratorList = fIterators->Get(nodeID)) { in VolumeUnmounting()
101 class LastModifiedIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in LastModifiedIndex169 fIteratorsToUpdate = new(std::nothrow) IteratorList; in Init()202 IteratorList iterators; in NodeChanged()219 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()234 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()
100 class SizeIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in SizeIndex168 fIteratorsToUpdate = new(std::nothrow) IteratorList; in Init()201 IteratorList iterators; in NodeChanged()217 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()232 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()
36 class IteratorList; variable46 IteratorList* fIteratorsToUpdate;
47 class IteratorList; variable58 IteratorList* fIteratorsToUpdate;
139 class AttributeIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in AttributeIndex288 fIteratorsToUpdate = new(std::nothrow) IteratorList; in Init()334 IteratorList iterators; in NodeChanged()345 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()362 for (IteratorList::ConstIterator it = iterators.GetIterator(); in NodeChanged()
37 typedef DoublyLinkedList<DirIterator> IteratorList; typedef40 IteratorList fIterators;
33 class IteratorList; variable43 IteratorList *fIterators;
33 class IteratorList; variable48 IteratorList *fIterators;
72 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in LastModifiedIndex111 fIterators(new(nothrow) IteratorList) in LastModifiedIndex()
71 class SizeIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in SizeIndex109 fIterators(new(nothrow) IteratorList) in SizeIndex()
190 class AttributeIndexImpl::IteratorList : public DoublyLinkedList<Iterator> {}; class in AttributeIndexImpl200 fIterators(new(nothrow) IteratorList) in AttributeIndexImpl()