Searched refs:kNoSpace (Results 1 – 1 of 1) sorted by relevance
107 int target_slot = kNoSpace; in InsertUnique()114 } else if (target_slot == kNoSpace && bptr->keys[slot] == kUnusedSlot) { in InsertUnique()121 if (target_slot != kNoSpace) { in InsertUnique()179 static constexpr int kNoSpace = -1; // SpaceAvailable return variable285 return kNoSpace; in SpaceAvailable()307 if (free_slot != kNoSpace) { in CuckooInsert()