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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java118 mHeaderItem.typeIdsSize = readInt();
164 int count = mHeaderItem.typeIdsSize;
537 public int typeIdsSize, typeIdsOff; field in class:DexData.HeaderItem
/dalvik/libdex/
H A DDexFile.h284 u4 typeIdsSize; member in struct:DexHeader
729 assert(idx < pDexFile->pHeader->typeIdsSize);

Completed in 37 milliseconds