Searched refs:KeyOfValue (Results 1 – 2 of 2) sorted by relevance
78 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue()); in find()120 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()), in isElementEqual()121 ImutInfo::KeyOfValue(V))) in isElementEqual()205 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()206 ImutInfo::KeyOfValue(getValue()))) && in validateTree()210 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()), in validateTree()548 key_type_ref K = ImutInfo::KeyOfValue(V);549 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));569 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));929 static key_type_ref KeyOfValue(value_type_ref D) { return D; }[all …]
35 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue() function