nextByte 149 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java return nextByte(); nextByte 312 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java return nextByte(); nextByte 785 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return nextByte(); // Does not instantiate a Byte nextByte 793 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java return bytes.nextByte(); nextByte 631 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java stillEqual = (duoIter.nextByte() == quintetIter.nextByte()); nextByte 636 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java duoIter.nextByte(); nextByte 642 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java quintetIter.nextByte(); nextByte 91 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java stillEqual = (iter.hasNext() && referenceBytes[i] == iter.nextByte()); nextByte 97 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java iter.nextByte();