Home
last modified time | relevance | path

Searched defs:SmallBlockInputStream (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DCodedInputStreamTest.java68 private static final class SmallBlockInputStream extends FilterInputStream { class in CodedInputStreamTest
71 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() method in CodedInputStreamTest.SmallBlockInputStream
75 public SmallBlockInputStream(InputStream in, int blockSize) { in SmallBlockInputStream() method in CodedInputStreamTest.SmallBlockInputStream
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs367 private sealed class SmallBlockInputStream : MemoryStream class in Google.Protobuf.CodedInputStreamTest
371 public SmallBlockInputStream(byte[] data, int blockSize) in SmallBlockInputStream() method in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs640 private sealed class SmallBlockInputStream : MemoryStream class in Google.Protobuf.CodedInputStreamTest
644 public SmallBlockInputStream(byte[] data, int blockSize) in SmallBlockInputStream() method in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java145 private static final class SmallBlockInputStream extends FilterInputStream { class in CodedInputStreamTest
150 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() method in CodedInputStreamTest.SmallBlockInputStream