Home | History | Annotate | Download | only in libdex

Lines Matching refs:DexStringId

240 typedef struct DexStringId {
242 } DexStringId;
486 const DexStringId* pStringIds;
588 const DexStringId* pStringId) {
597 DEX_INLINE const DexStringId* dexGetStringId(const DexFile* pDexFile, u4 idx) {
603 const DexStringId* pStringId = dexGetStringId(pDexFile, idx);