Package importing
import "github.com/gogo/protobuf/test/importcustom-issue389/importing"
- Overview
- Index
Variables
var (
ErrInvalidLengthC = fmt.Errorf("proto: negative length found during unmarshaling")
ErrIntOverflowC = fmt.Errorf("proto: integer overflow")
ErrUnexpectedEndOfGroupC = fmt.Errorf("proto: unexpected end of group")
)
type C
¶
type C struct {
F2 *github_com_gogo_protobuf_test_importcustom_issue389_imported.B `protobuf:"bytes,1,opt,name=f2,proto3,customtype=github.com/gogo/protobuf/test/importcustom-issue389/imported.B" json:"f2,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func NewPopulatedC(r randyC, easy bool) *C
func (*C) Descriptor() ([]byte, []int)
func (this *C) Equal(that interface{}) bool
func (m *C) Marshal() (dAtA []byte, err error)
func (m *C) MarshalTo(dAtA []byte) (int, error)
func (m *C) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*C) ProtoMessage()
func (m *C) Reset()
func (*C) Size
¶
func (m *C) Size() (n int)
func (m *C) String() string
func (m *C) Unmarshal(dAtA []byte) error
func (m *C) XXX_DiscardUnknown()
func (m *C) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (m *C) XXX_Merge(src proto.Message)
func (m *C) XXX_Size() int
func (m *C) XXX_Unmarshal(b []byte) error