Lines Matching refs:MUST_READ
45 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()
168 type = MUST_READ; in readFloat()
174 type = MUST_READ; in readDouble()
180 type = MUST_READ; in readMethodType()
186 type = MUST_READ; in readMethodHandle()
192 type = MUST_READ; in readString()
198 type = MUST_READ; in readType()
204 type = MUST_READ; in readField()
210 type = MUST_READ; in readEnum()
216 type = MUST_READ; in readMethod()
222 type = MUST_READ; in readNull()
227 type = MUST_READ; in readBoolean()