Lines Matching refs:OtherBase
516 type OtherBase struct { struct
524 func (m *OtherBase) Reset() { *m = OtherBase{} } argument
525 func (m *OtherBase) String() string { return proto.CompactTextString(m) } argument
526 func (*OtherBase) ProtoMessage() {} argument
527 func (*OtherBase) Descriptor() ([]byte, []int) { argument
535 func (*OtherBase) ExtensionRangeArray() []proto.ExtensionRange { argument
539 func (m *OtherBase) XXX_Unmarshal(b []byte) error { argument
542 func (m *OtherBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
545 func (m *OtherBase) XXX_Merge(src proto.Message) { argument
548 func (m *OtherBase) XXX_Size() int { argument
551 func (m *OtherBase) XXX_DiscardUnknown() { argument
557 func (m *OtherBase) GetName() string { argument
614 ExtendedType: (*OtherBase)(nil),
1010 proto.RegisterType((*OtherBase)(nil), "my.test.OtherBase")