Home | History | Annotate | Download | only in ADT

Lines Matching refs:isEqual

91       if (!KeyInfoT::isEqual(P->first, EmptyKey)) {
92 if (!KeyInfoT::isEqual(P->first, TombstoneKey)) {
125 /// getHashValue(LookupKeyT) and isEqual(LookupKeyT, KeyT) for each key
253 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
254 !KeyInfoT::isEqual(P->first, TombstoneKey))
282 if (!KeyInfoT::isEqual(B->first, EmptyKey) &&
283 !KeyInfoT::isEqual(B->first, TombstoneKey)) {
319 if (!KeyInfoT::isEqual(getBuckets()[i].first, getEmptyKey()) &&
320 !KeyInfoT::isEqual(getBuckets()[i].first, getTombstoneKey()))
448 if (!KeyInfoT::isEqual(TheBucket->first, EmptyKey))
473 assert(!KeyInfoT::isEqual(Val, EmptyKey) &&
474 !KeyInfoT::isEqual(Val, TombstoneKey) &&
482 if (KeyInfoT::isEqual(Val, ThisBucket->first)) {
489 if (KeyInfoT::isEqual(ThisBucket->first, EmptyKey)) {
498 if (KeyInfoT::isEqual(ThisBucket->first, TombstoneKey) && !FoundTombstone)
745 bool hasLHSValue = (!KeyInfoT::isEqual(LHSB->first, EmptyKey) &&
746 !KeyInfoT::isEqual(LHSB->first, TombstoneKey));
747 bool hasRHSValue = (!KeyInfoT::isEqual(RHSB->first, EmptyKey) &&
748 !KeyInfoT::isEqual(RHSB->first, TombstoneKey));
788 if (!KeyInfoT::isEqual(NewB->first, EmptyKey) &&
789 !KeyInfoT::isEqual(NewB->first, TombstoneKey)) {
852 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
853 !KeyInfoT::isEqual(P->first, TombstoneKey)) {
1032 (KeyInfoT::isEqual(Ptr->first, Empty) ||
1033 KeyInfoT::isEqual(Ptr->first, Tombstone)))