Searched defs:TableEntryIsEmpty (Results 1 - 1 of 1) sorted by relevance

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

Completed in 107 milliseconds