var ( ErrInvalidLengthSubpkg = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSubpkg = fmt.Errorf("proto: integer overflow") )
type AnotherMessage struct { Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"` }
func (*AnotherMessage) Descriptor() ([]byte, []int)
func (this *AnotherMessage) Equal(that interface{}) bool
func (m *AnotherMessage) GetFoo() string
func (m *AnotherMessage) Marshal() (dAtA []byte, err error)
func (m *AnotherMessage) MarshalTo(dAtA []byte) (int, error)
func (*AnotherMessage) ProtoMessage()
func (m *AnotherMessage) Reset()
func (m *AnotherMessage) Size() (n int)
func (m *AnotherMessage) String() string
func (m *AnotherMessage) Unmarshal(dAtA []byte) error
func (this *AnotherMessage) VerboseEqual(that interface{}) error