Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs73 return ComputeRawVarint64Size(value); in ComputeUInt64Size()
82 return ComputeRawVarint64Size((ulong) value); in ComputeInt64Size()
220 return ComputeRawVarint64Size(WritingPrimitives.EncodeZigZag64(value)); in ComputeSInt64Size()
259 public static int ComputeRawVarint64Size(ulong value) in ComputeRawVarint64Size() method in Google.Protobuf.CodedOutputStream
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs68 Assert.AreEqual(data.Length, CodedOutputStream.ComputeRawVarint64Size(value)); in AssertWriteVarint()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedOutputStreamTest.cs86 Assert.AreEqual(data.Length, CodedOutputStream.ComputeRawVarint64Size(value)); in AssertWriteVarint()