Home
last modified time | relevance | path

Searched refs:WriteRawByte (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs259 WriteRawByte(value ? (byte) 1 : (byte) 0); in WriteBool()
411 WriteRawByte(b1); in WriteRawTag()
421 WriteRawByte(b1); in WriteRawTag()
422 WriteRawByte(b2); in WriteRawTag()
433 WriteRawByte(b1); in WriteRawTag()
434 WriteRawByte(b2); in WriteRawTag()
435 WriteRawByte(b3); in WriteRawTag()
447 WriteRawByte(b1); in WriteRawTag()
448 WriteRawByte(b2); in WriteRawTag()
449 WriteRawByte(b3); in WriteRawTag()
[all …]
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs398 cos.WriteRawByte(0); in Dispose_DisposesUnderlyingStream()
412 cos.WriteRawByte(0); in Dispose_WithLeaveOpen()