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
219 public int nextField() throws IOException { in nextField() method in ProtoInputStream266 public boolean nextField(long fieldId) throws IOException { in nextField() method in ProtoInputStream
132 Field nextField = base.getClass().getDeclaredField(fieldStr); in getNextStatement() local