Searched refs:is_compact (Results 1 – 4 of 4) sorted by relevance
132 ASSERT_EQ(iter->is_compact(), compact_entry); in TEST()
1577 bool is_compact() const { return flags() & FLAG_COMPACT; } in is_compact() function1581 return is_compact() ? sizeof(ResTable_entry) : dtohs(this->full.size); in size()1585 return is_compact() ? dtohs(this->compact.key) : dtohl(this->full.key.index); in key()1593 if (is_compact()) { in value()1610 return is_complex() && !is_compact() ? in map_entry()
160 if (entry->is_compact()) in VerifyResTableEntry()
702 } else if (entry->is_compact()) { in PrintTableType()