Home
last modified time | relevance | path

Searched refs:ByteIterator (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteString.java169 public final ByteIterator iterator() { in iterator()
170 return new ByteIterator() { in iterator()
205 public interface ByteIterator extends Iterator<Byte> { interface
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java85 ByteString.ByteIterator iter = stringUnderTest.iterator(); in testByteIterator()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java630 ByteString.ByteIterator duoIter = duo.iterator(); in testConcat_empty()
631 ByteString.ByteIterator quintetIter = quintet.iterator(); in testConcat_empty()
DLiteralByteStringTest.java91 ByteString.ByteIterator iter = stringUnderTest.iterator(); in testByteIterator()
DNioByteStringTest.java85 ByteString.ByteIterator iter = testString.iterator(); in testByteIterator()