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