Searched refs:ComputeSInt64Size (Results 1 – 4 of 4) sorted by relevance
218 public static int ComputeSInt64Size(long value) in ComputeSInt64Size() method in Google.Protobuf.CodedOutputStream
320 …dSInt64(), (output, value) => output.WriteSInt64(value), CodedOutputStream.ComputeSInt64Size, tag); in ForSInt64()
2358 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(OptionalSint64); in CalculateSize()
1168 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(SingleSint64); in CalculateSize()