Searched refs:ComputeUInt64Size (Results 1 – 6 of 6) sorted by relevance
67 public static int ComputeUInt64Size(ulong value) in ComputeUInt64Size() method in Google.Protobuf.CodedOutputStream
174 …dUInt64(), (output, value) => output.WriteUInt64(value), CodedOutputStream.ComputeUInt64Size, tag); in ForUInt64()
520 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(Value); in CalculateSize()
1134 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(SingleUint64); in CalculateSize()4621 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(Data); in CalculateSize()
2613 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(OptionalUint64); in CalculateSize()
4955 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(PositiveIntValue); in CalculateSize()