type CustomType struct{}
type SubObject struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SubObject) Descriptor() ([]byte, []int)
func (*SubObject) ProtoMessage()
func (m *SubObject) Reset()
func (m *SubObject) String() string
func (m *SubObject) XXX_DiscardUnknown()
func (m *SubObject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *SubObject) XXX_Merge(src proto.Message)
func (m *SubObject) XXX_Size() int
func (m *SubObject) XXX_Unmarshal(b []byte) error