Home | History | Annotate | Download | only in ADT

Lines Matching refs:KCurrent

544     key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
546 if (ImutInfo::isEqual(K,KCurrent))
548 else if (ImutInfo::isLess(K,KCurrent))
564 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
566 if (ImutInfo::isEqual(K,KCurrent)) {
568 } else if (ImutInfo::isLess(K,KCurrent)) {