Home
last modified time | relevance | path

Searched defs:Base2 (Results 1 – 25 of 67) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_multiple_inheritance.cpp47 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
Dtest_shared_ptr_multi_base.cpp45 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
Dtest_void_cast.cpp21 class Base2 class
/aosp_15_r20/external/clang/test/Parser/
H A Dcxx-invalid-function-decl.cpp24 struct Base2 { struct
26 Base2(T a2) : x2(a2) {} in Base2() function
H A Dcxx0x-override-control-keywords.cpp18 struct Base2 { struct
/aosp_15_r20/external/clang/test/CodeCompletion/
H A Dmember-access.cpp6 struct Base2 { struct
12 struct Base3 : Base1, Base2 { argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/conversion/test/
Dpolymorphic_cast_test.cpp58 struct Base2 struct
60 virtual ~Base2() {} in ~Base2() argument
61 virtual std::string kind2() { return "Base2"; } in kind2() argument
Dcast_test.cpp30 struct Base2 struct
32 virtual char kind2() { return '2'; } in kind2()
/aosp_15_r20/external/libcxxabi/test/
H A Dinherited_exception.pass.cpp43 struct Base2 { struct
47 struct Child : public Base, public Base2 { argument
/aosp_15_r20/external/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp12 struct Base2 { struct
40 struct Base2 { struct
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dinherited_exception.pass.cpp40 struct Base2 { struct
44 struct Child : public Base, public Base2 { argument
H A Dcatch_null_pointer_to_object_pr64953.pass.cpp48 struct Base2 { struct
57 struct Derived3 : Base2 { argument
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dthunks.cpp160 struct Base2 { struct
161 float real;
163 virtual X f() { return X(); } in f()
H A Dhomogeneous-aggregates.cpp17 struct Base2 { struct
26 struct D2 : Base2 { // homogeneous aggregate argument
H A Dapple-kext-indirect-call-2.cpp43 struct Base2 { }; struct
/aosp_15_r20/external/clang/test/SemaCXX/
H A Doffsetof.cpp45 struct Base2 { struct
49 struct Derived2 : public Base1, public Base2 { argument
H A DMicrosoftSuper.cpp53 struct Base2 { struct
57 struct MemberFunctionInMultipleBases : Base1, Base2 { argument
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp71 struct Base2 { struct
72 typedef float type; // expected-note{{member found by ambiguous name lookup}}
/aosp_15_r20/external/clang/test/Index/
H A Dindex-suppress-refs.cpp6 typedef B2 Base2; typedef in Sub
H A Dannotate-context-sensitive.cpp13 struct Base2 { struct
/aosp_15_r20/external/testng/src/test/java/test/superclass/
H A DBase2.java8 public class Base2 { class
/aosp_15_r20/external/python/cpython2/Lib/test/crashers/
Dloosing_mro_ref.py27 class Base2(object): class
/aosp_15_r20/external/pigweed/pw_toolchain/public/pw_toolchain/internal/
H A Dsibling_cast.h89 using Base2 = in SiblingCast() local
/aosp_15_r20/external/python/six/
Dtest_six.py685 class Base2(object): class
843 class Base2(object): class
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_prefix_operators.hpp70 class Base2 { }; class

123