Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs76 public static int ComputeInt64Size(long value) in ComputeInt64Size() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs134 …ReadInt64(), (output, value) => output.WriteInt64(value), CodedOutputStream.ComputeInt64Size, tag); in ForInt64()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DTimestamp.cs196 size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seconds); in CalculateSize()
DDuration.cs185 size += 1 + pb::CodedOutputStream.ComputeInt64Size(Seconds); in CalculateSize()
DWrappers.cs356 size += 1 + pb::CodedOutputStream.ComputeInt64Size(Value); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1068 size += 1 + pb::CodedOutputStream.ComputeInt64Size(SingleInt64); in CalculateSize()
3138 size += 1 + pb::CodedOutputStream.ComputeInt64Size(MyInt); in CalculateSize()
3298 size += 1 + pb::CodedOutputStream.ComputeInt64Size(Oo); in CalculateSize()
4135 size += 1 + pb::CodedOutputStream.ComputeInt64Size(Data); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2448 size += 1 + pb::CodedOutputStream.ComputeInt64Size(OptionalInt64); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4468 size += 1 + pb::CodedOutputStream.ComputeInt64Size(NegativeIntValue); in CalculateSize()