Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs167 public static int ComputeUInt32Size(uint value) in ComputeUInt32Size() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs124 …dUInt32(), (output, value) => output.WriteUInt32(value), CodedOutputStream.ComputeUInt32Size, tag); in ForUInt32()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs689 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Value); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1071 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SingleUint32); in CalculateSize()
1153 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
4032 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Data); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2451 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionalUint32); in CalculateSize()
2551 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()