Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h1063 if (TableEntryIsEmpty(b)) { in InsertUnique()
1193 bool TableEntryIsEmpty(size_type b) const { in TableEntryIsEmpty() function
1194 return TableEntryIsEmpty(table_, b); in TableEntryIsEmpty()
1205 static bool TableEntryIsEmpty(void* const* table, size_type b) { in TableEntryIsEmpty() function
1212 return !TableEntryIsEmpty(table, b) && in TableEntryIsTree()