HomeSort by relevance Sort by last modified time
    Searched refs:SmallBlockInputStream (Results 1 - 2 of 2) sorted by null

  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 72 private static final class SmallBlockInputStream extends FilterInputStream {
75 public SmallBlockInputStream(byte[] data, int blockSize) {
79 public SmallBlockInputStream(InputStream in, int blockSize) {
123 new SmallBlockInputStream(data, blockSize));
128 new SmallBlockInputStream(data, blockSize));
133 new SmallBlockInputStream(data, blockSize));
138 new SmallBlockInputStream(data, blockSize));
246 new SmallBlockInputStream(data, blockSize));
265 new SmallBlockInputStream(data, blockSize));
326 new SmallBlockInputStream(rawBytes, blockSize))
    [all...]
MicroTest.java     [all...]

Completed in 314 milliseconds