Home
last modified time | relevance | path

Searched defs:GoTestField (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go343 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) {
[all …]
Dtest.proto46 message GoTestField { message