Searched defs:WriteRawVarint32 (Results 1 – 2 of 2) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | CodedOutputStream.cs | 498 internal void WriteRawVarint32(uint value) in WriteRawVarint32() method in Google.Protobuf.CodedOutputStream |
| D | WritingPrimitives.cs | 396 …public static void WriteRawVarint32(ref Span<byte> buffer, ref WriterInternalState state, uint val… in WriteRawVarint32() method in Google.Protobuf.WritingPrimitives |