Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DFieldCodec.cs351 private static readonly bool TypeSupportsPacking = default(T) != null; field in Google.Protobuf.FieldCodec
367TypeSupportsPacking && WireFormat.GetTagWireType(tag) == WireFormat.WireType.LengthDelimited; in IsPackedRepeatedField()