Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs143 public static int ComputeGroupSize(IMessage value) in ComputeGroupSize() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs466 }, message => CodedOutputStream.ComputeGroupSize(message), startTag, endTag);