Searched defs:OtherBase (Results 1 – 5 of 5) sorted by relevance
516 type OtherBase struct { struct517 Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`518 XXX_NoUnkeyedLiteral struct{} `json:"-"`519 proto.XXX_InternalExtensions `json:"-"`520 XXX_unrecognized []byte `json:"-"`521 XXX_sizecache int32 `json:"-"`524 func (m *OtherBase) Reset() { *m = OtherBase{} }525 func (m *OtherBase) String() string { return proto.CompactTextString(m) }526 func (*OtherBase) ProtoMessage() {}527 func (*OtherBase) Descriptor() ([]byte, []int) {[all …]
112 message OtherBase { message
1 struct OtherBase { struct6 struct OtherDerived : public OtherBase { argument
46 struct OtherBase { }; struct