Home
last modified time | relevance | path

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

/external/protobuf/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()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs467 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(Value); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1074 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(SingleUint64); in CalculateSize()
4238 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(Data); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2454 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(OptionalUint64); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4465 size += 1 + pb::CodedOutputStream.ComputeUInt64Size(PositiveIntValue); in CalculateSize()