Searched refs:SinglyLinkedList (Results 1 - 25 of 44) sorted by path

12

/haiku/headers/build/private/kernel/util/
H A DSinglyLinkedList.h1 #include <../private/kernel/util/SinglyLinkedList.h>
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h89 #define SINGLY_LINKED_LIST_CLASS_NAME SinglyLinkedList<Element, GetLink>
94 class SinglyLinkedList { class in namespace:FSShell
96 typedef SinglyLinkedList<Element, GetLink> List;
145 SinglyLinkedList() : fFirst(NULL) {} function in class:FSShell::SinglyLinkedList
146 ~SinglyLinkedList() {}
268 using FSShell::SinglyLinkedList;
/haiku/headers/private/kernel/util/
H A DSinglyLinkedList.h86 #define SINGLY_LINKED_LIST_CLASS_NAME SinglyLinkedList<Element, GetLink>
91 class SinglyLinkedList { class
93 typedef SinglyLinkedList<Element, GetLink> List;
142 SinglyLinkedList() : fFirst(NULL) {} function in class:SinglyLinkedList
143 ~SinglyLinkedList() {}
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h12 #include <util/SinglyLinkedList.h>
197 typedef SinglyLinkedList<AttributeHandler> AttributeHandlerList;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h176 SinglyLinkedList<Query> fQueries;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp166 SinglyLinkedList<NameCacheEntry>::Iterator iterator
280 SinglyLinkedList<NameCacheEntry>::Iterator oldIt
284 SinglyLinkedList<NameCacheEntry>::Iterator newIt
H A DDirectoryCache.h16 #include <util/SinglyLinkedList.h>
32 SinglyLinkedList<NameCacheEntry> fEntries;
59 inline SinglyLinkedList<NameCacheEntry>& EntriesList();
78 SinglyLinkedList<NameCacheEntry> fNameCache;
127 inline SinglyLinkedList<NameCacheEntry>&
H A DFileInfo.h56 SinglyLinkedList<InodeName> fNames;
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp14 #include <util/SinglyLinkedList.h>
139 class AttributeIndex::IteratorList : public SinglyLinkedList<Iterator> {};
H A DLastModifiedIndex.cpp13 #include <util/SinglyLinkedList.h>
101 class LastModifiedIndex::IteratorList : public SinglyLinkedList<Iterator> {};
H A DSizeIndex.cpp13 #include <util/SinglyLinkedList.h>
100 class SizeIndex::IteratorList : public SinglyLinkedList<Iterator> {};
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageLeafNode.h30 typedef SinglyLinkedList<PackageLeafNode,
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h15 #include <util/SinglyLinkedList.h>
150 SinglyLinkedList<DirectoryIterator> fIteratorList;
/haiku/src/apps/debuganalyzer/model/
H A DModel.h19 #include <util/SinglyLinkedList.h>
392 typedef SinglyLinkedList<ThreadWaitObject> ThreadWaitObjectList;
/haiku/src/kits/storage/
H A DPathMonitor.cpp30 #include <util/SinglyLinkedList.h>
310 typedef SinglyLinkedList<Entry> EntryList;
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp39 typedef SinglyLinkedList<M68KPagingStructures040, PagingStructuresGetLink>
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp39 typedef SinglyLinkedList<PPCPagingStructures460, PagingStructuresGetLink>
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp39 typedef SinglyLinkedList<PPCPagingStructuresClassic, PagingStructuresGetLink>
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp39 typedef SinglyLinkedList<X86PagingStructures32Bit, PagingStructuresGetLink>
/haiku/src/system/libroot/posix/stdlib/
H A Dexit.cpp22 #include <util/SinglyLinkedList.h>
43 typedef SinglyLinkedList<AtExitInfo> AtExitInfoList;
/haiku/src/tests/system/kernel/util/
H A DSinglyLinkedListTest.cpp8 #include "SinglyLinkedList.h"
19 suite->addTest(new CppUnit::TestCaller<SinglyLinkedListTest>("SinglyLinkedList::User Strategy Test (default next parameter)", &SinglyLinkedListTest::UserDefaultTest));
20 suite->addTest(new CppUnit::TestCaller<SinglyLinkedListTest>("SinglyLinkedList::User Strategy Test (custom next parameter)", &SinglyLinkedListTest::UserCustomTest));
82 SinglyLinkedList<Link> list;
97 SinglyLinkedList<MyLink, SinglyLinkedListMemberGetLink<MyLink, &MyLink::mynext> > list;
/haiku/headers/private/file_systems/
H A DQueryParser.h47 # include <util/SinglyLinkedList.h>
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h11 #include <util/SinglyLinkedList.h>
44 typedef SinglyLinkedList<BlockedPath>::Iterator Iterator;
65 typedef SinglyLinkedList<BlockedPath> PathList;
/haiku/headers/private/kernel/
H A Dheap.h102 #include <util/SinglyLinkedList.h>
H A Dthread_types.h706 typedef SinglyLinkedList<ProcessGroup,

Completed in 309 milliseconds

12