Searched refs:EmptyKey (Results 1 – 2 of 2) sorted by relevance
86 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local88 if (!KeyInfoT::isEqual(P->first, EmptyKey)) { in clear()93 P->first = EmptyKey; in clear()252 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local254 if (!KeyInfoT::isEqual(P->first, EmptyKey) && in destroyAll()271 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local273 new (&B->first) KeyT(EmptyKey); in initEmpty()280 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local283 if (!KeyInfoT::isEqual(B->first, EmptyKey) && in moveFromOldBuckets()451 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local[all …]
107 static const ComparableFunction EmptyKey; member in __anon28b1725a0111::ComparableFunction135 const ComparableFunction ComparableFunction::EmptyKey = ComparableFunction(0); member in __anon28b1725a0111::ComparableFunction146 return ComparableFunction::EmptyKey; in getEmptyKey()