Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs259 WriteRawByte(value ? (byte) 1 : (byte) 0); in WriteBool()
420 WriteRawByte(b1); in WriteRawTag()
430 WriteRawByte(b1); in WriteRawTag()
431 WriteRawByte(b2); in WriteRawTag()
442 WriteRawByte(b1); in WriteRawTag()
443 WriteRawByte(b2); in WriteRawTag()
444 WriteRawByte(b3); in WriteRawTag()
456 WriteRawByte(b1); in WriteRawTag()
457 WriteRawByte(b2); in WriteRawTag()
458 WriteRawByte(b3); in WriteRawTag()
[all …]
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs398 cos.WriteRawByte(0); in Dispose_DisposesUnderlyingStream()
412 cos.WriteRawByte(0); in Dispose_WithLeaveOpen()
/external/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs398 cos.WriteRawByte(0); in Dispose_DisposesUnderlyingStream()
412 cos.WriteRawByte(0); in Dispose_WithLeaveOpen()