Home
last modified time | relevance | path

Searched refs:ComputeSInt64Size (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs218 public static int ComputeSInt64Size(long value) in ComputeSInt64Size() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs320 …dSInt64(), (output, value) => output.WriteSInt64(value), CodedOutputStream.ComputeSInt64Size, tag); in ForSInt64()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DTestMessagesProto3.cs2358 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(OptionalSint64); in CalculateSize()
DUnittestProto3.cs1168 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(SingleSint64); in CalculateSize()