Home
last modified time | relevance | path

Searched refs:GetValueKey (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h205 inline Key GetValueKey(const Value& value) const in GetValueKey() function
212 return GetValueKey(node->value); in GetKey()
583 status_t status = fTreeMap.Insert(strategy.GetValueKey(value), value, &it); in Insert()
599 return fTreeMap.Insert(strategy.GetValueKey(value), value, _node); in Insert()
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h161 inline Key GetValueKey(const Value& value) const in GetValueKey() function
168 return GetValueKey(node->value); in GetKey()
467 status_t status = fTreeMap.Insert(strategy.GetValueKey(value), value, &it); in Insert()