Searched defs:NodeTree (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndexImpl.h33 typedef typename Policy::NodeTree NodeTree; typedef in class:GenericIndexIterator
213 typedef typename Policy::NodeTree NodeTree; typedef in struct:GenericIndexIteratorTreePolicy
H A DLastModifiedIndex.cpp95 class LastModifiedIndex::NodeTree : public _NodeTree {}; class in class:LastModifiedIndex
110 typedef LastModifiedIndex::NodeTree NodeTree; typedef in struct:LastModifiedIndex::IteratorPolicy
H A DNameIndex.cpp90 typedef NameIndex::EntryTree NodeTree; typedef in struct:NameIndex::IteratorPolicy
H A DSizeIndex.cpp94 class SizeIndex::NodeTree : public _NodeTree {}; class in class:SizeIndex
109 typedef SizeIndex::NodeTree NodeTree; typedef in struct:SizeIndex::IteratorPolicy
H A DAttributeIndex.cpp125 struct AttributeIndex::NodeTree : public AVLTree<TreeDefinition> { struct in class:AttributeIndex
128 NodeTree(const TreeDefinition& definition) function in struct:AttributeIndex::NodeTree
148 typedef AttributeIndex::NodeTree NodeTree; typedef in struct:AttributeIndex::IteratorPolicy
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h88 typedef SplayTree<NodeTreeDefinition> NodeTree; typedef
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp67 class SizeIndex::NodeTree : public _NodeTree {}; class in class:SizeIndex
H A DLastModifiedIndex.cpp68 class LastModifiedIndex::NodeTree : public _NodeTree {}; class in class:LastModifiedIndex

Completed in 51 milliseconds