Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs350 …private static readonly bool TypeSupportsPacking = typeof(T).IsValueType() && Nullable.GetUnderlyi… field in Google.Protobuf.FieldCodec
366TypeSupportsPacking && WireFormat.GetTagWireType(tag) == WireFormat.WireType.LengthDelimited; in IsPackedRepeatedField()