OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmallBlockInputStream
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/core/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) {
125
new
SmallBlockInputStream
(data, blockSize));
130
new
SmallBlockInputStream
(data, blockSize));
135
new
SmallBlockInputStream
(data, blockSize));
140
new
SmallBlockInputStream
(data, blockSize));
248
new
SmallBlockInputStream
(data, blockSize));
267
new
SmallBlockInputStream
(data, blockSize));
328
new
SmallBlockInputStream
(rawBytes, blockSize))
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs
72
input = new CodedInputStream(new
SmallBlockInputStream
(data, bufferSize));
75
input = new CodedInputStream(new
SmallBlockInputStream
(data, bufferSize));
163
new
SmallBlockInputStream
(data, blockSize));
183
new
SmallBlockInputStream
(data, blockSize));
242
message2 = TestAllTypes.Parser.ParseFrom(new
SmallBlockInputStream
(rawBytes, blockSize));
367
private sealed class
SmallBlockInputStream
: MemoryStream
371
public
SmallBlockInputStream
(byte[] data, int blockSize)
Completed in 744 milliseconds