Home
last modified time | relevance | path

Searched defs:codedInputStream (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DSegmentedBufferHelper.cs27 private CodedInputStream codedInputStream; field
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java1519 CodedInputStream codedInputStream = CodedInputStream.newInstance(inputStream, 1); in testMaliciousInputStream() local