Searched refs:KeyOfValue (Results 1 – 2 of 2) sorted by relevance
79 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue()); in find()121 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()), in isElementEqual()122 ImutInfo::KeyOfValue(V))) in isElementEqual()192 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()193 ImutInfo::KeyOfValue(getValue()))) && in validateTree()197 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()), in validateTree()198 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree()535 key_type_ref K = ImutInfo::KeyOfValue(V);536 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));556 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));[all …]
36 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue() function