Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs770 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Value); in CalculateSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2610 size += 1 + pb::CodedOutputStream.ComputeUInt32Size(OptionalUint32); in CalculateSize()
2710 size += 2 + pb::CodedOutputStream.ComputeUInt32Size(OneofUint32); in CalculateSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1131 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()