ByteIterator 129 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java public ByteIterator iterator() { ByteIterator 133 third_party/protobuf/java/src/main/java/com/google/protobuf/BoundedByteString.java private class BoundedByteIterator implements ByteIterator { ByteIterator 105 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java public abstract ByteIterator iterator(); ByteIterator 293 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java public ByteIterator iterator() { ByteIterator 297 third_party/protobuf/java/src/main/java/com/google/protobuf/LiteralByteString.java private class LiteralByteIterator implements ByteIterator { ByteIterator 764 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java public ByteIterator iterator() { ByteIterator 768 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java private class RopeByteIterator implements ByteString.ByteIterator { ByteIterator 771 third_party/protobuf/java/src/main/java/com/google/protobuf/RopeByteString.java private ByteIterator bytes; ByteIterator 627 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString.ByteIterator duoIter = duo.iterator(); ByteIterator 628 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString.ByteIterator quintetIter = quintet.iterator(); ByteIterator 89 third_party/protobuf/java/src/test/java/com/google/protobuf/LiteralByteStringTest.java ByteString.ByteIterator iter = stringUnderTest.iterator();