Searched refs:ComputeFixed32Size (Results 1 – 2 of 2) sorted by relevance
115 public static int ComputeFixed32Size(uint value) in ComputeFixed32Size() method in Google.Protobuf.CodedOutputStream
168 result += CodedOutputStream.ComputeFixed32Size(1) * fixed32List.Count; in GetSerializedSize()