Home | History | Annotate | Download | only in Reflection

Lines Matching refs:FieldDescriptorProto

148             new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto), global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser, new[]{ "Name", "Number", "Label", "Type", "TypeName", "Extendee", "DefaultValue", "OneofIndex", "JsonName", "Options" }, null, new[]{ typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type), typeof(global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) }, null),
405 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.FieldDescriptorProto> _repeated_extension_codec
406 = pb::FieldCodec.ForMessage(58, global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser);
407 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> extension_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto>();
408 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> Extension {
710 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.FieldDescriptorProto> _repeated_field_codec
711 = pb::FieldCodec.ForMessage(18, global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser);
712 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> field_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto>();
713 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> Field {
719 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.FieldDescriptorProto> _repeated_extension_codec
720 = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.Reflection.FieldDescriptorProto.Parser);
721 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> extension_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto>();
722 public pbc::RepeatedField<global::Google.Protobuf.Reflection.FieldDescriptorProto> Extension {
1236 internal sealed partial class FieldDescriptorProto : pb::IMessage<FieldDescriptorProto> {
1237 private static readonly pb::MessageParser<FieldDescriptorProto> _parser = new pb::MessageParser<FieldDescriptorProto>(() => new FieldDescriptorProto());
1238 public static pb::MessageParser<FieldDescriptorProto> Parser { get { return _parser; } }
1248 public FieldDescriptorProto() {
1254 public FieldDescriptorProto(FieldDescriptorProto other) : this() {
1267 public FieldDescriptorProto Clone() {
1268 return new FieldDescriptorProto(this);
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);
1407 public bool Equals(FieldDescriptorProto other) {
1524 public void MergeFrom(FieldDescriptorProto other) {
1583 label_ = (global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Label) input.ReadEnum();
1587 type_ = (global::Google.Protobuf.Reflection.FieldDescriptorProto.Types.Type) input.ReadEnum();
1618 /// <summary>Container for nested types declared in the FieldDescriptorProto message type.</summary>
2324 /// FieldDescriptorProto.type_name, but must refer to a message type.
4889 /// repeated FieldDescriptorProto field = 2;
4890 /// and FieldDescriptorProto.name has field number 1: