Searched defs:TableEntry (Results 1 – 1 of 1) sorted by relevance
180 struct TableEntry { struct in android::BowTestFixture181 SectorTypes type;182 uint64_t offset;184 bool operator==(const TableEntry& te) const { in operator ==()