Lines Matching defs:GoTestField
343 type GoTestField struct { struct
344 Label *string `protobuf:"bytes,1,req,name=Label" json:"Label,omitempty"`
345 Type *string `protobuf:"bytes,2,req,name=Type" json:"Type,omitempty"`
346 XXX_NoUnkeyedLiteral struct{} `json:"-"`
347 XXX_unrecognized []byte `json:"-"`
348 XXX_sizecache int32 `json:"-"`
351 func (m *GoTestField) Reset() { *m = GoTestField{} }
352 func (m *GoTestField) String() string { return proto.CompactTextString(m) }
353 func (*GoTestField) ProtoMessage() {}
354 func (*GoTestField) Descriptor() ([]byte, []int) {
358 func (m *GoTestField) XXX_Unmarshal(b []byte) error {
361 func (m *GoTestField) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
364 func (m *GoTestField) XXX_Merge(src proto.Message) {
367 func (m *GoTestField) XXX_Size() int {
370 func (m *GoTestField) XXX_DiscardUnknown() {
376 func (m *GoTestField) GetLabel() string {
383 func (m *GoTestField) GetType() string {