Searched refs:TableEntryIsEmpty (Results 1 – 1 of 1) sorted by relevance
1060 if (TableEntryIsEmpty(b)) { in InsertUnique()1190 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function1191 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()1202 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function1209 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()