Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteBufferHelper.cs24 private CodedOutputStream codedOutputStream; field
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java1504 CodedOutputStream codedOutputStream = CodedOutputStream.newInstance(outputStream); in testMaliciousInputStream() local