Home
last modified time | relevance | path

Searched refs:MUST_READ (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dex/
DEncodedValueReader.java45 private static final int MUST_READ = -1; field in EncodedValueReader
48 private int type = MUST_READ;
79 if (type == MUST_READ) { in peek()
99 type = MUST_READ; in readArray()
118 type = MUST_READ; in readAnnotation()
138 type = MUST_READ; in readByte()
144 type = MUST_READ; in readShort()
150 type = MUST_READ; in readChar()
156 type = MUST_READ; in readInt()
162 type = MUST_READ; in readLong()
[all …]