Home | History | Annotate | Download | only in ADT

Lines Matching refs:KeyOfValue

78       key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
120 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
121 ImutInfo::KeyOfValue(V)))
205 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
206 ImutInfo::KeyOfValue(getValue()))) &&
211 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
212 ImutInfo::KeyOfValue(getRight()->getValue()))) &&
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
564 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
918 static key_type_ref KeyOfValue(value_type_ref D) { return D; }
944 static key_type_ref KeyOfValue(value_type_ref D) { return D; }