Searched refs:TableEntryIsEmpty (Results 1 – 1 of 1) sorted by relevance
1063 if (TableEntryIsEmpty(b)) { in InsertUnique()1193 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function1194 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()1205 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function1212 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()