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

/art/runtime/
H A Ddex_file.h227 struct TypeItem { struct in class:art::DexFile
231 DISALLOW_COPY_AND_ASSIGN(TypeItem);
241 const TypeItem& GetTypeItem(uint32_t idx) const {
253 return GetHeaderSize() + sizeof(TypeItem) * count;
258 TypeItem list_[1]; // elements of the list

Completed in 106 milliseconds