Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedOutputStream.ComputeSize.cs218 public static int ComputeSInt64Size(long value) in ComputeSInt64Size() method in Google.Protobuf.CodedOutputStream
H A DFieldCodec.cs321 return new FieldCodec<long>((ref ParseContext ctx) => ctx.ReadSInt64(), (ref WriteContext output, long value) => output.WriteSInt64(value), CodedOutputStream.ComputeSInt64Size, tag, defaultValue); in ForSInt64()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestProto3Optional.cs830 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(OptionalSint64); in CalculateSize()
H A DTestMessagesProto3.cs3129 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(OptionalSint64); in CalculateSize()
H A DTestMessagesProto2.cs3145 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(OptionalSint64); in CalculateSize()
H A DUnittestProto3.cs1311 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(SingleSint64); in CalculateSize()
H A DUnittest.cs3314 size += 1 + pb::CodedOutputStream.ComputeSInt64Size(OptionalSint64); in CalculateSize()
3417 size += 2 + pb::CodedOutputStream.ComputeSInt64Size(DefaultSint64); in CalculateSize()
[all...]

Completed in 72 milliseconds