Searched refs:TreeNode (Results 1 - 2 of 2) sorted by path

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp149 typedef TreeValue TreeNode; typedef in struct:AttributeIndex::IteratorPolicy
157 static void GetTreeNodeValue(TreeNode* node, void* buffer,
165 static Node* GetNode(TreeNode* treeNode)
170 static TreeNode* GetFirstTreeNode(Index* index)
175 static TreeNode* FindClosestTreeNode(Index* index, const Value& value)
H A DIndexImpl.h35 typedef typename NodeTree::Node TreeNode; typedef in class:GenericIndexIterator
57 TreeNode* fNextTreeNode;
99 TreeNode* treeNode = fNextTreeNode;
214 typedef typename NodeTree::Node TreeNode; typedef in struct:GenericIndexIteratorTreePolicy
216 static Node* GetNode(TreeNode* treeNode)
222 static TreeNode* GetFirstTreeNode(Index* index)
229 static TreeNode* FindClosestTreeNode(Index* index, const Value& value)
240 static void GetTreeNodeValue(TreeNode* treeNode, void* buffer,

Completed in 64 milliseconds