Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs502 internal void WriteRawVarint64(ulong value) in WriteRawVarint64() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs322 …public static void WriteRawVarint64(ref Span<byte> buffer, ref WriterInternalState state, ulong va… in WriteRawVarint64() method in Google.Protobuf.WritingPrimitives