Searched refs:ComputeFixed64Size (Results 1 – 4 of 4) sorted by relevance
106 public static int ComputeFixed64Size(ulong value) in ComputeFixed64Size() method in Google.Protobuf.CodedOutputStream
173 result += CodedOutputStream.ComputeFixed64Size(1) * fixed64List.Count; in GetSerializedSize()