Searched refs:KeyOfValue (Results 1 – 3 of 3) sorted by relevance
76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue()); in find()118 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()), in isElementEqual()119 ImutInfo::KeyOfValue(V))) in isElementEqual()203 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()204 ImutInfo::KeyOfValue(getValue()))) && in validateTree()209 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()), in validateTree()210 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree()543 key_type_ref K = ImutInfo::KeyOfValue(V); in add_internal()544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); in add_internal()564 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); in remove_internal()[all …]
33 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue() function
72 template <class C, class Iter, class KeyOfValue>78 Iter lastNew, const KeyOfValue& keyOfValue ) in CountUniqueItems_Aux()