/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_multiple_inheritance.cpp | 47 struct Base2 { struct 49 Base2(){} in Base2() argument 50 Base2(int x) : m_x(2 + x) {} in Base2() argument 51 virtual ~Base2() {} in ~Base2() argument 52 bool operator==(Base2 & rhs) const { in operator ==() argument 63 //BOOST_CLASS_EXPORT(Base2) argument
|
D | test_shared_ptr_multi_base.cpp | 45 struct Base2 { struct 46 Base2() {} in Base2() argument 47 Base2(int x) : m_x(2 + x) {} in Base2() argument 49 virtual ~Base2(){ in ~Base2() argument 76 struct Sub:public Base1, public Base2, public Base3 { argument
|
D | test_void_cast.cpp | 21 class Base2 class
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | cxx-invalid-function-decl.cpp | 24 struct Base2 { struct 26 Base2(T a2) : x2(a2) {} in Base2() function
|
H A D | cxx0x-override-control-keywords.cpp | 18 struct Base2 { struct
|
/aosp_15_r20/external/clang/test/CodeCompletion/ |
H A D | member-access.cpp | 6 struct Base2 { struct 12 struct Base3 : Base1, Base2 { argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/conversion/test/ |
D | polymorphic_cast_test.cpp | 58 struct Base2 struct 60 virtual ~Base2() {} in ~Base2() argument 61 virtual std::string kind2() { return "Base2"; } in kind2() argument
|
D | cast_test.cpp | 30 struct Base2 struct 32 virtual char kind2() { return '2'; } in kind2()
|
/aosp_15_r20/external/libcxxabi/test/ |
H A D | inherited_exception.pass.cpp | 43 struct Base2 { struct 47 struct Child : public Base, public Base2 { argument
|
/aosp_15_r20/external/clang/test/CXX/class/class.mem/ |
H A D | p8-0x.cpp | 12 struct Base2 { struct 40 struct Base2 { struct
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/ |
H A D | inherited_exception.pass.cpp | 40 struct Base2 { struct 44 struct Child : public Base, public Base2 { argument
|
H A D | catch_null_pointer_to_object_pr64953.pass.cpp | 48 struct Base2 { struct 57 struct Derived3 : Base2 { argument
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | thunks.cpp | 160 struct Base2 { struct 161 float real; 163 virtual X f() { return X(); } in f()
|
H A D | homogeneous-aggregates.cpp | 17 struct Base2 { struct 26 struct D2 : Base2 { // homogeneous aggregate argument
|
H A D | apple-kext-indirect-call-2.cpp | 43 struct Base2 { }; struct
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | offsetof.cpp | 45 struct Base2 { struct 49 struct Derived2 : public Base1, public Base2 { argument
|
H A D | MicrosoftSuper.cpp | 53 struct Base2 { struct 57 struct MemberFunctionInMultipleBases : Base1, Base2 { argument
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | dependent-base-classes.cpp | 71 struct Base2 { struct 72 typedef float type; // expected-note{{member found by ambiguous name lookup}}
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | index-suppress-refs.cpp | 6 typedef B2 Base2; typedef in Sub
|
H A D | annotate-context-sensitive.cpp | 13 struct Base2 { struct
|
/aosp_15_r20/external/testng/src/test/java/test/superclass/ |
H A D | Base2.java | 8 public class Base2 { class
|
/aosp_15_r20/external/python/cpython2/Lib/test/crashers/ |
D | loosing_mro_ref.py | 27 class Base2(object): class
|
/aosp_15_r20/external/pigweed/pw_toolchain/public/pw_toolchain/internal/ |
H A D | sibling_cast.h | 89 using Base2 = in SiblingCast() local
|
/aosp_15_r20/external/python/six/ |
D | test_six.py | 685 class Base2(object): class 843 class Base2(object): class
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/ |
D | has_prefix_operators.hpp | 70 class Base2 { }; class
|