/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | test_multiple_inheritance.cpp | 29 struct Base1 { struct 31 Base1(){} in Base1() argument 32 Base1(int x) : m_x(1 + x) {} in Base1() function 33 virtual ~Base1() {} in ~Base1() argument 34 bool operator==(Base1 & rhs) const { in operator ==() argument 45 //BOOST_CLASS_EXPORT(Base1) argument
|
D | test_shared_ptr_multi_base.cpp | 30 struct Base1 { struct 31 Base1() {} in Base1() argument 32 Base1(int x) : m_x(1 + x) {} in Base1() function 33 virtual ~Base1(){ in ~Base1() argument 35 int m_x; 39 void serialize(Archive &ar, const unsigned int /* file_version */) in serialize()
|
D | test_void_cast.cpp | 16 class Base1 class
|
D | test_smart_cast.cpp | 18 class Base1 : public boost::noncopyable class
|
/aosp_15_r20/external/clang/test/CodeCompletion/ |
H A D | ctor-initializer.cpp | 1 struct Base1 { struct 2 Base1() : {} in Base1() function 7 Base1(int) : member1(123), {} in Base1() function 16 struct Derived : public Base1 { argument
|
H A D | member-access.cpp | 1 struct Base1 { struct 12 struct Base3 : Base1, Base2 { argument
|
/aosp_15_r20/external/clang/test/Parser/ |
H A D | cxx-invalid-function-decl.cpp | 18 struct Base1 { struct 20 Base1(T a1) : x1(a1) {} in Base1() function
|
/aosp_15_r20/external/clang/test/CXX/class/class.mem/ |
H A D | p8-0x.cpp | 3 struct Base1 { struct 31 struct Base1 { struct 32 virtual void g() {} in g()
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | MicrosoftSuper.cpp | 16 struct Base1 { struct 24 struct Derived : Base1 { argument
|
H A D | offsetof.cpp | 41 struct Base1 { struct 49 struct Derived2 : public Base1, public Base2 { argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/ |
D | has_binary_operators.hpp | 70 class Base1 { }; class 73 bool operator BOOST_TT_TRAIT_OP (const Base1&, const Base1&) { return true; } in operator BOOST_TT_TRAIT_OP()
|
D | has_prefix_operators.hpp | 65 class Base1 { }; class 68 inline bool operator BOOST_TT_TRAIT_OP (const Base1&) { return true; } in operator BOOST_TT_TRAIT_OP()
|
D | has_postfix_operators.hpp | 60 class Base1 { }; class 63 inline bool operator BOOST_TT_TRAIT_OP (const Base1&, int) { return true; } in operator BOOST_TT_TRAIT_OP()
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | thunks.cpp | 154 struct Base1 { struct 155 int i; 157 virtual X f() { return X(); } in f()
|
H A D | homogeneous-aggregates.cpp | 14 struct Base1 { struct 23 struct D1 : Base1 { // non-homogeneous aggregate argument
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | dependent-base-classes.cpp | 67 struct Base1 { struct 68 typedef int type; // expected-note{{member found by ambiguous name lookup}}
|
H A D | instantiate-using-decl.cpp | 35 typedef Visitor1<Derived> Base1; typedef
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | arc-repeated-weak.mm | 330 @interface Base1 interface 343 @interface Base1(cat) interface in cat
|
/aosp_15_r20/external/clang/test/Index/ |
H A D | index-suppress-refs.cpp | 5 typedef B1 Base1; typedef in Sub
|
/aosp_15_r20/external/testng/src/test/java/test/failures/ |
H A D | Base1.java | 5 public class Base1 extends Base0 { class
|
/aosp_15_r20/external/testng/src/test/java/test/superclass/ |
H A D | Base1.java | 6 public class Base1 { class
|
/aosp_15_r20/external/pigweed/pw_toolchain/public/pw_toolchain/internal/ |
H A D | sibling_cast.h | 87 using Base1 = in SiblingCast() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.derived/ |
H A D | derived_from.pass.cpp | 17 struct Base1 {}; struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64MachineScheduler.cpp | 39 const MachineOperand &Base1 = AArch64InstrInfo::getLdStBaseOp(MI1); in mayOverlapWrite() local
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | reinterpret-cast.cpp | 23 class Base1 {}; class
|