Home
last modified time | relevance | path

Searched defs:RepeatedExtension (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DExtension.cs98 …public sealed class RepeatedExtension<TTarget, TValue> : Extension where TTarget : IExtendableMess… class
105 public RepeatedExtension(int fieldNumber, FieldCodec<TValue> codec) : base(fieldNumber) in RepeatedExtension() method in Google.Protobuf.RepeatedExtension
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittest.cs24182 public pbc::RepeatedField<string> RepeatedExtension { property in Google.Protobuf.TestProtos.Proto2.TestDynamicExtensions