Searched refs:ComputeUInt32Size (Results 1 – 5 of 5) sorted by relevance
167 public static int ComputeUInt32Size(uint value) in ComputeUInt32Size() method in Google.Protobuf.CodedOutputStream
124 …dUInt32(), (output, value) => output.WriteUInt32(value), CodedOutputStream.ComputeUInt32Size, tag); in ForUInt32()
770 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Value); in CalculateSize()
2610 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionalUint32); in CalculateSize()2710 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
1131 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SingleUint32); in CalculateSize()1213 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()4387 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Data); in CalculateSize()