Home
last modified time | relevance | path

Searched defs:Base1 (Results 1 – 25 of 60) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/
Dtest_multiple_inheritance.cpp29 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
Dtest_shared_ptr_multi_base.cpp30 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()
Dtest_void_cast.cpp16 class Base1 class
Dtest_smart_cast.cpp18 class Base1 : public boost::noncopyable class
/aosp_15_r20/external/clang/test/CodeCompletion/
H A Dctor-initializer.cpp1 struct Base1 { struct
2 Base1() : {} in Base1() function
7 Base1(int) : member1(123), {} in Base1() function
16 struct Derived : public Base1 { argument
H A Dmember-access.cpp1 struct Base1 { struct
12 struct Base3 : Base1, Base2 { argument
/aosp_15_r20/external/clang/test/Parser/
H A Dcxx-invalid-function-decl.cpp18 struct Base1 { struct
20 Base1(T a1) : x1(a1) {} in Base1() function
/aosp_15_r20/external/clang/test/CXX/class/class.mem/
H A Dp8-0x.cpp3 struct Base1 { struct
31 struct Base1 { struct
32 virtual void g() {} in g()
/aosp_15_r20/external/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp16 struct Base1 { struct
24 struct Derived : Base1 { argument
H A Doffsetof.cpp41 struct Base1 { struct
49 struct Derived2 : public Base1, public Base2 { argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/
Dhas_binary_operators.hpp70 class Base1 { }; class
73 bool operator BOOST_TT_TRAIT_OP (const Base1&, const Base1&) { return true; } in operator BOOST_TT_TRAIT_OP()
Dhas_prefix_operators.hpp65 class Base1 { }; class
68 inline bool operator BOOST_TT_TRAIT_OP (const Base1&) { return true; } in operator BOOST_TT_TRAIT_OP()
Dhas_postfix_operators.hpp60 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 Dthunks.cpp154 struct Base1 { struct
155 int i;
157 virtual X f() { return X(); } in f()
H A Dhomogeneous-aggregates.cpp14 struct Base1 { struct
23 struct D1 : Base1 { // non-homogeneous aggregate argument
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Ddependent-base-classes.cpp67 struct Base1 { struct
68 typedef int type; // expected-note{{member found by ambiguous name lookup}}
H A Dinstantiate-using-decl.cpp35 typedef Visitor1<Derived> Base1; typedef
/aosp_15_r20/external/clang/test/SemaObjC/
H A Darc-repeated-weak.mm330 @interface Base1 interface
343 @interface Base1(cat) interface in cat
/aosp_15_r20/external/clang/test/Index/
H A Dindex-suppress-refs.cpp5 typedef B1 Base1; typedef in Sub
/aosp_15_r20/external/testng/src/test/java/test/failures/
H A DBase1.java5 public class Base1 extends Base0 { class
/aosp_15_r20/external/testng/src/test/java/test/superclass/
H A DBase1.java6 public class Base1 { class
/aosp_15_r20/external/pigweed/pw_toolchain/public/pw_toolchain/internal/
H A Dsibling_cast.h87 using Base1 = in SiblingCast() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/concepts/concepts.lang/concept.derived/
H A Dderived_from.pass.cpp17 struct Base1 {}; struct
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64MachineScheduler.cpp39 const MachineOperand &Base1 = AArch64InstrInfo::getLdStBaseOp(MI1); in mayOverlapWrite() local
/aosp_15_r20/external/clang/test/Analysis/
H A Dreinterpret-cast.cpp23 class Base1 {}; class

123