• Home
  • Raw
  • Download

Lines Matching refs:FieldDescriptorProto

148FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, new[]{ "Nam…  in DescriptorReflection()
405 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.FieldDescriptorProto> _r…
406 … = pb::FieldCodec.ForMessage(58, global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser);
407 …Protobuf.Reflection.FieldDescriptorProto> extension_ = new pbc::RepeatedField<global::Google.Proto…
408 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> Extension {
710 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.FieldDescriptorProto> _r…
711 … = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser);
712 …e.Protobuf.Reflection.FieldDescriptorProto> field_ = new pbc::RepeatedField<global::Google.Protobu…
713 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> Field {
719 …private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.FieldDescriptorProto> _r…
720 … = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser);
721 …Protobuf.Reflection.FieldDescriptorProto> extension_ = new pbc::RepeatedField<global::Google.Proto…
722 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> Extension {
1236 internal sealed partial class FieldDescriptorProto : pb::IMessage<FieldDescriptorProto> { class
1237 …only pb::MessageParser<FieldDescriptorProto> _parser = new pb::MessageParser<FieldDescriptorProto>…
1238 public static pb::MessageParser<FieldDescriptorProto> Parser { get { return _parser; } }
1248 public FieldDescriptorProto() { in FieldDescriptorProto() method in Google.Protobuf.Reflection.FieldDescriptorProto
1254 public FieldDescriptorProto(FieldDescriptorProto other) : this() { in FieldDescriptorProto() method in Google.Protobuf.Reflection.FieldDescriptorProto
1267 public FieldDescriptorProto Clone() { in Clone()
1268 return new FieldDescriptorProto(this); in Clone()
1293 private global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label label_ = 0;
1294 public global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label Label {
1303 private global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type type_ = 0;
1308 public global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type Type {
1404 return Equals(other as FieldDescriptorProto); in Equals()
1407 public bool Equals(FieldDescriptorProto other) { in Equals()
1524 public void MergeFrom(FieldDescriptorProto other) { in MergeFrom()
1583 … label_ = (global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) input.ReadEnum(); in MergeFrom()
1587 … type_ = (global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type) input.ReadEnum(); in MergeFrom()