Searched refs:IteratorList (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h37 typedef DoublyLinkedList<DirIterator> IteratorList; typedef in class:Directory
40 IteratorList fIterators;
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.h36 class IteratorList;
46 IteratorList* fIteratorsToUpdate;
H A DSizeIndex.h36 class IteratorList;
46 IteratorList* fIteratorsToUpdate;
H A DAttributeIndex.h47 class IteratorList;
58 IteratorList* fIteratorsToUpdate;
H A DLastModifiedIndex.cpp98 // #pragma mark - IteratorList
101 class LastModifiedIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in class:LastModifiedIndex
169 fIteratorsToUpdate = new(std::nothrow) IteratorList;
202 IteratorList iterators;
219 for (IteratorList::Iterator it = iterators.GetIterator();
234 for (IteratorList::Iterator it = iterators.GetIterator();
H A DSizeIndex.cpp97 // #pragma mark - IteratorList
100 class SizeIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in class:SizeIndex
168 fIteratorsToUpdate = new(std::nothrow) IteratorList;
201 IteratorList iterators;
217 for (IteratorList::Iterator it = iterators.GetIterator();
232 for (IteratorList::Iterator it = iterators.GetIterator();
H A DAttributeIndex.cpp136 // #pragma mark - IteratorList
139 class AttributeIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in class:AttributeIndex
288 fIteratorsToUpdate = new(std::nothrow) IteratorList;
334 IteratorList iterators;
345 for (IteratorList::Iterator it = iterators.GetIterator();
362 for (IteratorList::Iterator it = iterators.GetIterator();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.h33 class IteratorList;
43 IteratorList *fIterators;
H A DAttributeIndexImpl.h33 class IteratorList;
48 IteratorList *fIterators;
H A DLastModifiedIndex.h33 class IteratorList;
43 IteratorList *fIterators;
H A DSizeIndex.cpp70 // IteratorList
71 class SizeIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:SizeIndex
109 fIterators(new(nothrow) IteratorList)
H A DLastModifiedIndex.cpp71 // IteratorList
72 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:LastModifiedIndex
111 fIterators(new(nothrow) IteratorList)
H A DAttributeIndexImpl.cpp189 // IteratorList
190 class AttributeIndexImpl::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:AttributeIndexImpl
200 fIterators(new(nothrow) IteratorList)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryManager.cpp17 IteratorList; typedef
20 struct QueryManager::IteratorMap : HashMap<HashKey64<vnode_id>, IteratorList*> {
37 IteratorList* iteratorList = it.Next().value;
73 IteratorList* iteratorList = fIterators->Get(nodeID);
76 iteratorList = new(std::nothrow) IteratorList;
193 IteratorList* iteratorList = fIterators->Get(nodeID);
232 IteratorList iterators;
235 if (IteratorList* iteratorList = fIterators->Get(nodeID)) {

Completed in 56 milliseconds