Searched refs:CompareNodes (Results 1 - 6 of 6) sorted by last modified time

/haiku/headers/private/kernel/util/
H A DAVLTree.h74 virtual int CompareNodes(const AVLTreeNode* node1,
397 AVLTree<Definition>::CompareNodes(const AVLTreeNode* node1, function in class:AVLTree
H A DAVLTreeBase.h33 virtual int CompareNodes(const AVLTreeNode* node1,
H A DAVLTreeMap.h34 inline int CompareNodes(const Node* a, const Node* b)
93 virtual int CompareNodes(const AVLTreeNode* node1,
460 // CompareNodes
463 _AVL_TREE_MAP_CLASS_NAME::CompareNodes(const AVLTreeNode* node1, function in class:_AVL_TREE_MAP_CLASS_NAME
538 return fStrategy.CompareNodes(a, b);
651 inline int CompareNodes(const Node* a, const Node* b) const function in class:AVLTreeMapStrategy::Auto
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h244 inline int CompareNodes(const Node* a, const Node* b) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp392 int cmp = fCompare->CompareNodes(nodeToInsert, *node);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h191 inline int CompareNodes(const Node* a, const Node* b) const function in class:TwoKeyAVLTreeNodeStrategy

Completed in 120 milliseconds