Home
last modified time | relevance | path

Searched refs:ComputeSInt64Size (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs214 public static int ComputeSInt64Size(long value) in ComputeSInt64Size() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs144 …dSInt64(), (output, value) => output.WriteSInt64(value), CodedOutputStream.ComputeSInt64Size, tag); in ForSInt64()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2460 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(OptionalSint64); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1080 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(SingleSint64); in CalculateSize()