Searched refs:CompareKeyNode (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp148 int cmp = fCompare->CompareKeyNode(key, node);
169 int cmp = fCompare->CompareKeyNode(key, node);
184 int cmp = fCompare->CompareKeyNode(key, node);
222 int cmp = fCompare->CompareKeyNode(key, node);
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h33 inline int CompareKeyNode(const Key& a, const Node* b)
91 virtual int CompareKeyNode(const void* key,
450 // CompareKeyNode
453 _AVL_TREE_MAP_CLASS_NAME::CompareKeyNode(const void* key, function in class:_AVL_TREE_MAP_CLASS_NAME
529 return fStrategy.CompareKeyNode(a, b);
646 inline int CompareKeyNode(const Key& a, const Node* b) const function in class:AVLTreeMapStrategy::Auto
H A DAVLTreeBase.h31 virtual int CompareKeyNode(const void* key,
H A DAVLTree.h72 virtual int CompareKeyNode(const void* key,
388 AVLTree<Definition>::CompareKeyNode(const void* key, function in class:AVLTree
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h186 inline int CompareKeyNode(const Key& a, const Node* b) const function in class:TwoKeyAVLTreeNodeStrategy
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h239 inline int CompareKeyNode(const Key& a, const Node* b) const function in class:TwoKeyAVLTreeNodeStrategy

Completed in 111 milliseconds