Home | History | Annotate | Download | only in ADT

Lines Matching refs:isLess

81       else if (ImutInfo::isLess(K,CurrentKey))
205 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
211 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
548 else if (ImutInfo::isLess(K,KCurrent))
568 } else if (ImutInfo::isLess(K,KCurrent)) {
925 static bool isLess(key_type_ref LHS, key_type_ref RHS) {
949 static bool isLess(key_type_ref LHS, key_type_ref RHS) { return LHS < RHS; }