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

/art/runtime/
H A Ddex_file.h229 struct TypeItem { struct in class:art::DexFile
233 DISALLOW_COPY_AND_ASSIGN(TypeItem);
243 const TypeItem& GetTypeItem(uint32_t idx) const {
255 return GetHeaderSize() + sizeof(TypeItem) * count;
260 TypeItem list_[1]; // elements of the list

Completed in 9 milliseconds