Searched defs:nextField (Results 1 – 3 of 3) sorted by relevance
164 int nextField = pis.nextField(); in unpackProtoMessage() local358 int nextField = pis.nextField(); in unpackProtoMessage() local460 int nextField = pis.nextField(); in unpackProtoMessage() local596 int nextField = pis.nextField(); in unpackProtoMessage() local
220 public int nextField() throws IOException { in nextField() method in ProtoInputStream267 public boolean nextField(long fieldId) throws IOException { in nextField() method in ProtoInputStream
130 Field nextField = base.getClass().getDeclaredField(fieldStr); in getNextStatement() local