Searched refs:ComputeUInt32Size (Results 1 – 5 of 5) sorted by relevance
171 public static int ComputeUInt32Size(uint value) in ComputeUInt32Size() method in Google.Protobuf.CodedOutputStream
298 …dUInt32(), (output, value) => output.WriteUInt32(value), CodedOutputStream.ComputeUInt32Size, tag); in ForUInt32()
840 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Value); in CalculateSize()
2349 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionalUint32); in CalculateSize()2452 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
1159 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SingleUint32); in CalculateSize()1241 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()4787 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Data); in CalculateSize()