Searched defs:TypeSpec (Results 1 – 1 of 1) sorted by relevance
50 struct TypeSpec { struct51 struct TypeEntry {61 incfs::verified_map_ptr<ResTable_typeSpec> type_spec;63 std::vector<TypeEntry> type_entries;65 base::expected<uint32_t, NullOrIOError> GetFlagsForEntryIndex(uint16_t entry_index) const { in GetFlagsForEntryIndex()