Home
last modified time | relevance | path

Searched refs:ComputeUInt64Size (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs67 public static int ComputeUInt64Size(ulong value) in ComputeUInt64Size() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs174 …dUInt64(), (output, value) => output.WriteUInt64(value), CodedOutputStream.ComputeUInt64Size, tag); in ForUInt64()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs520 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(Value); in CalculateSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1134 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(SingleUint64); in CalculateSize()
4621 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(Data); in CalculateSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2613 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(OptionalUint64); in CalculateSize()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4955 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(PositiveIntValue); in CalculateSize()