Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs205 public static int ComputeSInt32Size(int value) in ComputeSInt32Size() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs94 …dSInt32(), (output, value) => output.WriteSInt32(value), CodedOutputStream.ComputeSInt32Size, tag); in ForSInt32()
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs2457 size += 1 + pb::CodedOutputStream.ComputeSInt32Size(OptionalSint32); in CalculateSize()
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestProto3.cs1077 size += 1 + pb::CodedOutputStream.ComputeSInt32Size(SingleSint32); in CalculateSize()