Searched refs:TypeSupportsPacking (Results 1 – 1 of 1) sorted by relevance
350 …private static readonly bool TypeSupportsPacking = typeof(T).IsValueType() && Nullable.GetUnderlyi… field in Google.Protobuf.FieldCodec366 … TypeSupportsPacking && WireFormat.GetTagWireType(tag) == WireFormat.WireType.LengthDelimited; in IsPackedRepeatedField()