Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs143 public static int ComputeGroupSize(IMessage value) in ComputeGroupSize() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs484 message => CodedOutputStream.ComputeGroupSize(message), startTag, endTag);
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittest.cs3344 size += 4 + pb::CodedOutputStream.ComputeGroupSize(OptionalGroup); in CalculateSize()
6748 size += 4 + pb::CodedOutputStream.ComputeGroupSize(OptionalGroup); in CalculateSize()
11170 size += 2 + pb::CodedOutputStream.ComputeGroupSize(SubGroup); in CalculateSize()
12219 size += 2 + pb::CodedOutputStream.ComputeGroupSize(SubGroup); in CalculateSize()
12698 size += 2 + pb::CodedOutputStream.ComputeGroupSize(Foo); in CalculateSize()
12701 size += 2 + pb::CodedOutputStream.ComputeGroupSize(Bar); in CalculateSize()
19286 size += 2 + pb::CodedOutputStream.ComputeGroupSize(FooGroup); in CalculateSize()
19880 size += 2 + pb::CodedOutputStream.ComputeGroupSize(FooGroup); in CalculateSize()
20996 size += 2 + pb::CodedOutputStream.ComputeGroupSize(FooGroup); in CalculateSize()
25200 size += 2 + pb::CodedOutputStream.ComputeGroupSize(OptionalGroup); in CalculateSize()
[all …]
DTestMessagesProto2.cs3291 size += 4 + pb::CodedOutputStream.ComputeGroupSize(Data); in CalculateSize()
6254 size += 4 + pb::CodedOutputStream.ComputeGroupSize(OptionalGroup); in CalculateSize()