Searched refs:GetPrevious (Results 1 - 18 of 18) sorted by path

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h299 inline Value *GetPrevious() function in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
H A DDirectory.cpp301 *entry = fEntries.GetPrevious(*entry);
H A DIndex.cpp124 // GetPrevious
126 IndexEntryIterator::GetPrevious() function in class:IndexEntryIterator
128 return (fIterator ? fIterator->GetPrevious() : NULL);
H A DIndex.h67 Entry *GetPrevious();
H A DIndexImpl.h19 virtual Entry *GetPrevious() = 0;
38 virtual Entry *GetPrevious();
94 // GetPrevious
97 NodeEntryIterator<NodeIterator>::GetPrevious() function in class:NodeEntryIterator
H A DNameIndex.cpp75 virtual Entry *GetPrevious();
268 // GetPrevious
270 NameIndexEntryIterator::GetPrevious() function in class:NameIndexEntryIterator
275 fIterator.GetPrevious();
H A DNode.cpp301 *attribute = fAttributes.GetPrevious(*attribute);
346 return (entry ? fReferrers.GetPrevious(entry) : NULL );
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.cpp196 while (iterator.GetPrevious(&dirItem, &index) == B_OK) {
H A DIterators.cpp947 // GetPrevious
955 ObjectItemIterator::GetPrevious(Item *foundItem) function in class:ObjectItemIterator
957 //PRINT(("ObjectItemIterator::GetPrevious()\n"));
988 //PRINT(("ObjectItemIterator::GetPrevious() done: %s\n", strerror(error)));
992 // GetPrevious
1004 ObjectItemIterator::GetPrevious(Item *foundItem, uint32 type) function in class:ObjectItemIterator
1008 error = GetPrevious(foundItem);
1162 // GetPrevious
1174 DirEntryIterator::GetPrevious(DirItem *foundItem, int32 *entryIndex, function in class:DirEntryIterator
1177 //printf("DirEntryIterator::GetPrevious()\
[all...]
H A DIterators.h168 status_t GetPrevious(Item *foundItem);
169 status_t GetPrevious(Item *foundItem, uint32 type);
202 status_t GetPrevious(DirItem *foundItem, int32 *entryIndex,
/haiku/src/system/kernel/vm/
H A DVMPageQueue.h261 return fPages.GetPrevious(page);
H A DVMKernelAddressSpace.cpp348 Range* previousRange = fRangeList.GetPrevious(range);
823 Range* previousRange = fRangeList.GetPrevious(range);
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h246 fNext = fList->GetPrevious(fNext);
303 fNext = fList->GetPrevious(fNext);
351 inline Element *GetPrevious(Element *element) const;
564 // GetPrevious
567 DOUBLY_LINKED_LIST_CLASS_NAME::GetPrevious(Element *element) const function in class:FSShell::DOUBLY_LINKED_LIST_CLASS_NAME
/haiku/headers/private/kernel/util/
H A DDoublyLinkedList.h251 fNext = fList->GetPrevious(fNext);
308 fNext = fList->GetPrevious(fNext);
357 static inline Element* GetPrevious(Element* element);
603 // GetPrevious
606 DOUBLY_LINKED_LIST_CLASS_NAME::GetPrevious(Element* element) function in class:DOUBLY_LINKED_LIST_CLASS_NAME
H A DDoublyLinkedQueue.h158 inline Element *GetPrevious(Element *element) const;
329 // GetPrevious
332 DOUBLY_LINKED_QUEUE_CLASS_NAME::GetPrevious(Element *element) const function in class:DOUBLY_LINKED_QUEUE_CLASS_NAME
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp1490 packagesDirectory = fPackagesDirectories.GetPrevious(packagesDirectory);
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp289 otherState = fStates.GetPrevious(otherState)) {
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp601 owner = fActiveRequestOwners.GetPrevious(&marker);

Completed in 183 milliseconds