Home
last modified time | relevance | path

Searched refs:ComputeSInt32Size (Results 1 - 7 of 7) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.ComputeSize.cs209 public static int ComputeSInt32Size(int value) in ComputeSInt32Size() method in Google.Protobuf.CodedOutputStream
H A DFieldCodec.cs266 return new FieldCodec<int>((ref ParseContext ctx) => ctx.ReadSInt32(), (ref WriteContext output, int value) => output.WriteSInt32(value), CodedOutputStream.ComputeSInt32Size, tag, defaultValue); in ForSInt32()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs827 size += 1 + pb::CodedOutputStream.ComputeSInt32Size(OptionalSint32); in CalculateSize()
H A DTestMessagesProto3.cs3126 size += 1 + pb::CodedOutputStream.ComputeSInt32Size(OptionalSint32); in CalculateSize()
H A DTestMessagesProto2.cs3142 size += 1 + pb::CodedOutputStream.ComputeSInt32Size(OptionalSint32); in CalculateSize()
H A DUnittestProto3.cs1308 size += 1 + pb::CodedOutputStream.ComputeSInt32Size(SingleSint32); in CalculateSize()
H A DUnittest.cs3311 size += 1 + pb::CodedOutputStream.ComputeSInt32Size(OptionalSint32); in CalculateSize()
3414 size += 2 + pb::CodedOutputStream.ComputeSInt32Size(DefaultSint32); in CalculateSize()
[all...]

Completed in 91 milliseconds