Home
last modified time | relevance | path

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

/external/cronet/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
/external/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
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs668 private sealed class SmallBlockInputStream : MemoryStream class in Google.Protobuf.CodedInputStreamTest
672 public SmallBlockInputStream(byte[] data, int blockSize) in SmallBlockInputStream() method in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs668 private sealed class SmallBlockInputStream : MemoryStream class in Google.Protobuf.CodedInputStreamTest
672 public SmallBlockInputStream(byte[] data, int blockSize) in SmallBlockInputStream() method in Google.Protobuf.CodedInputStreamTest.SmallBlockInputStream
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java146 private static final class SmallBlockInputStream extends FilterInputStream { class in CodedInputStreamTest
151 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() method in CodedInputStreamTest.SmallBlockInputStream
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java146 private static final class SmallBlockInputStream extends FilterInputStream { class in CodedInputStreamTest
151 public SmallBlockInputStream(byte[] data, int blockSize) { in SmallBlockInputStream() method in CodedInputStreamTest.SmallBlockInputStream