Documentation ¶
Index ¶
- Variables
- type 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 (*C) ProtoMessage()
- func (m *C) Reset()
- 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 (dst *C) XXX_Merge(src proto.Message)
- func (m *C) XXX_Size() int
- func (m *C) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthC = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowC = fmt.Errorf("proto: integer overflow") )
Functions ¶
This section is empty.
Types ¶
type C ¶
type C struct { F2 *github_com_gogo_protobuf_test_importcustom_issue389_imported.B `protobuf:"bytes,1,opt,name=f2,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 ¶
func (*C) Descriptor ¶
func (*C) ProtoMessage ¶
func (*C) ProtoMessage()
func (*C) XXX_DiscardUnknown ¶
func (m *C) XXX_DiscardUnknown()
func (*C) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.