Searched defs:GoEnum (Results 1 – 2 of 2) sorted by relevance
304 type GoEnum struct { struct305 … *FOO `protobuf:"varint,1,req,name=foo,enum=test_proto.FOO" json:"foo,omitempty"`306 XXX_NoUnkeyedLiteral struct{} `json:"-"`307 XXX_unrecognized []byte `json:"-"`308 XXX_sizecache int32 `json:"-"`311 func (m *GoEnum) Reset() { *m = GoEnum{} }312 func (m *GoEnum) String() string { return proto.CompactTextString(m) }313 func (*GoEnum) ProtoMessage() {}314 func (*GoEnum) Descriptor() ([]byte, []int) {318 func (m *GoEnum) XXX_Unmarshal(b []byte) error {[all …]
42 message GoEnum { message