Lines Matching defs:EmptyKey
50 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
54 P->getFirst() = EmptyKey;
58 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) {
63 P->getFirst() = EmptyKey;
217 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
220 if (!KeyInfoT::isEqual(K, EmptyKey) &&
241 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
243 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) &&
255 const KeyT EmptyKey = getEmptyKey();
257 ::new (&B->getFirst()) KeyT(EmptyKey);
275 const KeyT EmptyKey = getEmptyKey();
278 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) &&
428 const KeyT EmptyKey = getEmptyKey();
429 if (!KeyInfoT::isEqual(TheBucket->getFirst(), EmptyKey))
442 const KeyT EmptyKey = getEmptyKey();
449 if (LIKELY(KeyInfoT::isEqual(Bucket->getFirst(), EmptyKey)))
481 const KeyT EmptyKey = getEmptyKey();
483 CHECK(!KeyInfoT::isEqual(Val, EmptyKey));
498 if (LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {