...

Package timefail

import "github.com/gogo/protobuf/test/issue262"
Overview
Index

Overview ▾

Variables

var (
    ErrInvalidLengthTimefail        = fmt.Errorf("proto: negative length found during unmarshaling")
    ErrIntOverflowTimefail          = fmt.Errorf("proto: integer overflow")
    ErrUnexpectedEndOfGroupTimefail = fmt.Errorf("proto: unexpected end of group")
)

type TimeFail

type TimeFail struct {
    TimeTest *time.Time `protobuf:"bytes,1,opt,name=time_test,json=timeTest,proto3,stdtime" json:"time_test,omitempty"`
}

func (*TimeFail) Descriptor

func (*TimeFail) Descriptor() ([]byte, []int)

func (*TimeFail) Equal

func (this *TimeFail) Equal(that interface{}) bool

func (*TimeFail) GetTimeTest

func (m *TimeFail) GetTimeTest() *time.Time

func (*TimeFail) GoString

func (this *TimeFail) GoString() string

func (*TimeFail) Marshal

func (m *TimeFail) Marshal() (dAtA []byte, err error)

func (*TimeFail) MarshalTo

func (m *TimeFail) MarshalTo(dAtA []byte) (int, error)

func (*TimeFail) MarshalToSizedBuffer

func (m *TimeFail) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TimeFail) ProtoMessage

func (*TimeFail) ProtoMessage()

func (*TimeFail) Reset

func (m *TimeFail) Reset()

func (*TimeFail) Size

func (m *TimeFail) Size() (n int)

func (*TimeFail) String

func (this *TimeFail) String() string

func (*TimeFail) Unmarshal

func (m *TimeFail) Unmarshal(dAtA []byte) error

func (*TimeFail) XXX_DiscardUnknown

func (m *TimeFail) XXX_DiscardUnknown()

func (*TimeFail) XXX_Marshal

func (m *TimeFail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TimeFail) XXX_Merge

func (m *TimeFail) XXX_Merge(src proto.Message)

func (*TimeFail) XXX_Size

func (m *TimeFail) XXX_Size() int

func (*TimeFail) XXX_Unmarshal

func (m *TimeFail) XXX_Unmarshal(b []byte) error