Home
last modified time | relevance | path

Searched refs:ComputeUInt32Size (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs171 public static int ComputeUInt32Size(uint value) in ComputeUInt32Size() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs299 …output, uint value) => output.WriteUInt32(value), CodedOutputStream.ComputeUInt32Size, tag, defaul… in ForUInt32()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3Optional.cs821 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionalUint32); in CalculateSize()
DTestMessagesProto2.cs3136 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionalUint32); in CalculateSize()
3264 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
5138 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(GroupUint32); in CalculateSize()
DTestMessagesProto3.cs3120 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionalUint32); in CalculateSize()
3251 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
DUnittestProto3.cs1302 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SingleUint32); in CalculateSize()
1384 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
6182 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Data); in CalculateSize()
DUnittest.cs3305 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionalUint32); in CalculateSize()
3408 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(DefaultUint32); in CalculateSize()
3462 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
16785 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(LargeUint32); in CalculateSize()
18403 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Data); in CalculateSize()
28442 size += 5 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs1076 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Value); in CalculateSize()