Lines Matching defs:GoEnum
304 type GoEnum struct { struct
305 … *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 {
321 func (m *GoEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
324 func (m *GoEnum) XXX_Merge(src proto.Message) {
327 func (m *GoEnum) XXX_Size() int {
330 func (m *GoEnum) XXX_DiscardUnknown() {
336 func (m *GoEnum) GetFoo() FOO {