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

/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h37 typedef DoublyLinkedList<DirIterator> IteratorList; typedef in class:Directory
40 IteratorList fIterators;
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
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.cpp121 // #pragma mark - IteratorList
124 class AttributeIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in class:AttributeIndex
273 fIteratorsToUpdate = new(std::nothrow) IteratorList;
319 IteratorList iterators;
330 for (IteratorList::Iterator it = iterators.GetIterator();
347 for (IteratorList::Iterator it = iterators.GetIterator();
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.h31 class IteratorList;
46 IteratorList *fIterators;
H A DLastModifiedIndex.h31 class IteratorList;
41 IteratorList *fIterators;
H A DSizeIndex.h31 class IteratorList;
41 IteratorList *fIterators;
H A DLastModifiedIndex.cpp68 // IteratorList
69 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:LastModifiedIndex
108 fIterators(new(nothrow) IteratorList)
H A DSizeIndex.cpp67 // IteratorList
68 class SizeIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:SizeIndex
106 fIterators(new(nothrow) IteratorList)
H A DAttributeIndexImpl.cpp184 // IteratorList
185 class AttributeIndexImpl::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:AttributeIndexImpl
195 fIterators(new(nothrow) IteratorList)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DDirectory.h40 typedef DLList<DirIterator> IteratorList; typedef in class:Directory
43 IteratorList fIterators;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAttributeIndexImpl.h31 class IteratorList;
46 IteratorList *fIterators;
H A DLastModifiedIndex.h31 class IteratorList;
41 IteratorList *fIterators;
H A DSizeIndex.h31 class IteratorList;
41 IteratorList *fIterators;
H A DLastModifiedIndex.cpp68 // IteratorList
69 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:LastModifiedIndex
108 fIterators(new(nothrow) IteratorList)
H A DSizeIndex.cpp67 // IteratorList
68 class SizeIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:SizeIndex
106 fIterators(new(nothrow) IteratorList)
H A DAttributeIndexImpl.cpp188 // IteratorList
189 class AttributeIndexImpl::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:AttributeIndexImpl
199 fIterators(new(nothrow) IteratorList)
/haiku-fatelf/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)) {
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DQueryManager.cpp15 typedef DLList<QueryIterator, QueryIterator::GetVolumeLink> IteratorList; typedef
18 struct QueryManager::IteratorMap : HashMap<HashKey64<vnode_id>, IteratorList*> {
35 IteratorList* iteratorList = it.Next().value;
71 IteratorList* iteratorList = fIterators->Get(nodeID);
74 iteratorList = new(nothrow) IteratorList;
191 IteratorList* iteratorList = fIterators->Get(nodeID);
230 IteratorList iterators;
233 if (IteratorList* iteratorList = fIterators->Get(nodeID)) {

Completed in 218 milliseconds