Lines Matching refs:GoEnum
304 type GoEnum struct { struct
311 func (m *GoEnum) Reset() { *m = GoEnum{} } argument
312 func (m *GoEnum) String() string { return proto.CompactTextString(m) } argument
313 func (*GoEnum) ProtoMessage() {} argument
314 func (*GoEnum) Descriptor() ([]byte, []int) { argument
318 func (m *GoEnum) XXX_Unmarshal(b []byte) error { argument
321 func (m *GoEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
324 func (m *GoEnum) XXX_Merge(src proto.Message) { argument
327 func (m *GoEnum) XXX_Size() int { argument
330 func (m *GoEnum) XXX_DiscardUnknown() { argument
336 func (m *GoEnum) GetFoo() FOO { argument
4481 proto.RegisterType((*GoEnum)(nil), "test_proto.GoEnum")