Home
last modified time | relevance | path

Searched refs:TableEntryIsEmpty (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap.h1060 if (TableEntryIsEmpty(b)) { in InsertUnique()
1190 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
1191 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
1202 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
1209 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()