Searched defs:IteratorList (Results 1 - 13 of 13) 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
/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
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DQueryManager.cpp17 IteratorList; typedef
/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
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DLastModifiedIndex.cpp101 class LastModifiedIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in class:LastModifiedIndex
H A DSizeIndex.cpp100 class SizeIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in class:SizeIndex
H A DAttributeIndex.cpp124 class AttributeIndex::IteratorList : public SinglyLinkedList<Iterator> {}; class in class:AttributeIndex
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DLastModifiedIndex.cpp69 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:LastModifiedIndex
H A DSizeIndex.cpp68 class SizeIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:SizeIndex
H A DAttributeIndexImpl.cpp185 class AttributeIndexImpl::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:AttributeIndexImpl
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DLastModifiedIndex.cpp69 class LastModifiedIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:LastModifiedIndex
H A DSizeIndex.cpp68 class SizeIndex::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:SizeIndex
H A DAttributeIndexImpl.cpp189 class AttributeIndexImpl::IteratorList : public DoublyLinkedList<Iterator> {}; class in class:AttributeIndexImpl

Completed in 157 milliseconds