Lines Matching defs:DescriptorProto
528 type DescriptorProto struct { struct
529 … *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
530 … []*FieldDescriptorProto `protobuf:"bytes,2,rep,name=field" json:"field,omitempty"`
531 …]*FieldDescriptorProto `protobuf:"bytes,6,rep,name=extension" json:"extension,omitempty"`
532 … `protobuf:"bytes,3,rep,name=nested_type,json=nestedType" json:"nested_type,omitempty"`
533 …orProto `protobuf:"bytes,4,rep,name=enum_type,json=enumType" json:"enum_type,omitempty"`
534 … `protobuf:"bytes,5,rep,name=extension_range,json=extensionRange" json:"extension_range,omitempty"`
535 …Proto `protobuf:"bytes,8,rep,name=oneof_decl,json=oneofDecl" json:"oneof_decl,omitempty"`
536 … *MessageOptions `protobuf:"bytes,7,opt,name=options" json:"options,omitempty"`
537 …ge `protobuf:"bytes,9,rep,name=reserved_range,json=reservedRange" json:"reserved_range,omitempty"`
540 …tring `protobuf:"bytes,10,rep,name=reserved_name,json=reservedName" json:"reserved_name,omitempty"`
541 XXX_NoUnkeyedLiteral struct{} `json:"-"`
542 XXX_unrecognized []byte `json:"-"`
543 XXX_sizecache int32 `json:"-"`
546 func (m *DescriptorProto) Reset() { *m = DescriptorProto{} }
547 func (m *DescriptorProto) String() string { return proto.CompactTextString(m) }
548 func (*DescriptorProto) ProtoMessage() {}
549 func (*DescriptorProto) Descriptor() ([]byte, []int) {
553 func (m *DescriptorProto) XXX_Unmarshal(b []byte) error {
556 func (m *DescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
559 func (m *DescriptorProto) XXX_Merge(src proto.Message) {
562 func (m *DescriptorProto) XXX_Size() int {
565 func (m *DescriptorProto) XXX_DiscardUnknown() {
571 func (m *DescriptorProto) GetName() string {
578 func (m *DescriptorProto) GetField() []*FieldDescriptorProto {
585 func (m *DescriptorProto) GetExtension() []*FieldDescriptorProto {
592 func (m *DescriptorProto) GetNestedType() []*DescriptorProto {
599 func (m *DescriptorProto) GetEnumType() []*EnumDescriptorProto {
606 func (m *DescriptorProto) GetExtensionRange() []*DescriptorProto_ExtensionRange {
613 func (m *DescriptorProto) GetOneofDecl() []*OneofDescriptorProto {
620 func (m *DescriptorProto) GetOptions() *MessageOptions {
627 func (m *DescriptorProto) GetReservedRange() []*DescriptorProto_ReservedRange {
634 func (m *DescriptorProto) GetReservedName() []string {