Searched refs:ComputeSInt32Size (Results 1 – 4 of 4) sorted by relevance
209 public static int ComputeSInt32Size(int value) in ComputeSInt32Size() method in Google.Protobuf.CodedOutputStream
265 …dSInt32(), (output, value) => output.WriteSInt32(value), CodedOutputStream.ComputeSInt32Size, tag); in ForSInt32()
2355 size += 1 + pb::CodedOutputStream.ComputeSInt32Size(OptionalSint32); in CalculateSize()
1165 size += 1 + pb::CodedOutputStream.ComputeSInt32Size(SingleSint32); in CalculateSize()