Searched refs:OtherBase (Results 1 – 6 of 6) sorted by relevance
1 struct OtherBase { struct6 struct OtherDerived : public OtherBase { argument12 OtherBase other_base;20 virtual OtherBase* getOtherPtr() { return &other_base; } in getOtherPtr()21 virtual OtherBase& getOtherRef() { return other_base; } in getOtherRef()
46 struct OtherBase { }; struct48 struct X1 : Base, OtherBase { 49 typedef OtherBase CrazyBase;57 call_f0_through_typedef2<OtherBase>(x1); // expected-note{{instantiation}} in test_f0_through_typedef2()
516 type OtherBase struct { struct524 func (m *OtherBase) Reset() { *m = OtherBase{} } argument525 func (m *OtherBase) String() string { return proto.CompactTextString(m) } argument526 func (*OtherBase) ProtoMessage() {} argument527 func (*OtherBase) Descriptor() ([]byte, []int) { argument535 func (*OtherBase) ExtensionRangeArray() []proto.ExtensionRange { argument539 func (m *OtherBase) XXX_Unmarshal(b []byte) error { argument542 func (m *OtherBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument545 func (m *OtherBase) XXX_Merge(src proto.Message) { argument548 func (m *OtherBase) XXX_Size() int { argument[all …]
112 message OtherBase { message122 extend OtherBase {
10 class OtherBase;14 def qux: OtherBase;53 // ERROR2: error: Expected type 'Base', got 'OtherBase' in: !getdagop((qux "hello", ?:$world))