Searched refs:KeyOfValue (Results 1 – 3 of 3) sorted by relevance
80 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue()); in find()122 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()), in isElementEqual()123 ImutInfo::KeyOfValue(V))) in isElementEqual()193 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()194 ImutInfo::KeyOfValue(getValue()))) && in validateTree()198 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()), in validateTree()199 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree()539 key_type_ref K = ImutInfo::KeyOfValue(V);540 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));560 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));[all …]
36 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue() function
708 static key_type_ref KeyOfValue(value_type_ref D) { return D; }