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