• Home
  • Raw
  • Download

Lines Matching defs:FieldDescriptorProto

796 type FieldDescriptorProto struct {  struct
797 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
798 Number *int32 `protobuf:"varint,3,opt,name=number" json:"number,omitempty"`
799 …f:"varint,4,opt,name=label,enum=google.protobuf.FieldDescriptorProto_Label" json:"label,omitempty"`
802 …obuf:"varint,5,opt,name=type,enum=google.protobuf.FieldDescriptorProto_Type" json:"type,omitempty"`
808 TypeName *string `protobuf:"bytes,6,opt,name=type_name,json=typeName" json:"type_name,omitempty"`
811 Extendee *string `protobuf:"bytes,2,opt,name=extendee" json:"extendee,omitempty"`
817 …string `protobuf:"bytes,7,opt,name=default_value,json=defaultValue" json:"default_value,omitempty"`
820 …ndex *int32 `protobuf:"varint,9,opt,name=oneof_index,json=oneofIndex" json:"oneof_index,omitempty"`
825 … *string `protobuf:"bytes,10,opt,name=json_name,json=jsonName" json:"json_name,omitempty"`
826 Options *FieldOptions `protobuf:"bytes,8,opt,name=options" json:"options,omitempty"`
827 XXX_NoUnkeyedLiteral struct{} `json:"-"`
828 XXX_unrecognized []byte `json:"-"`
829 XXX_sizecache int32 `json:"-"`
832 func (m *FieldDescriptorProto) Reset() { *m = FieldDescriptorProto{} }
833 func (m *FieldDescriptorProto) String() string { return proto.CompactTextString(m) }
834 func (*FieldDescriptorProto) ProtoMessage() {}
835 func (*FieldDescriptorProto) Descriptor() ([]byte, []int) {
839 func (m *FieldDescriptorProto) XXX_Unmarshal(b []byte) error {
842 func (m *FieldDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
845 func (m *FieldDescriptorProto) XXX_Merge(src proto.Message) {
848 func (m *FieldDescriptorProto) XXX_Size() int {
851 func (m *FieldDescriptorProto) XXX_DiscardUnknown() {
857 func (m *FieldDescriptorProto) GetName() string {
864 func (m *FieldDescriptorProto) GetNumber() int32 {
871 func (m *FieldDescriptorProto) GetLabel() FieldDescriptorProto_Label {
878 func (m *FieldDescriptorProto) GetType() FieldDescriptorProto_Type {
885 func (m *FieldDescriptorProto) GetTypeName() string {
892 func (m *FieldDescriptorProto) GetExtendee() string {
899 func (m *FieldDescriptorProto) GetDefaultValue() string {
906 func (m *FieldDescriptorProto) GetOneofIndex() int32 {
913 func (m *FieldDescriptorProto) GetJsonName() string {
920 func (m *FieldDescriptorProto) GetOptions() *FieldOptions {