Searched defs:A3 (Results 1 - 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/gabi++/tests/
H A Ddynamic_cast3.cpp14 A1 A2 A3
37 struct A3 struct in namespace:t1
40 virtual ~A3() {}
42 A3* getA3() {return this;}
49 A3 a3;
56 assert(dynamic_cast<A3*>(a1.getA1()) == 0);
57 assert(dynamic_cast<A3*>(a2.getA2()) == 0);
58 assert(dynamic_cast<A3*>(a3.getA3()) == a3.getA3());
67 A3
90 struct A3 struct in namespace:t2
141 struct A3 struct in namespace:t3
192 struct A3 struct in namespace:t4
243 struct A3 struct in namespace:t5
302 struct A3 struct in namespace:t6
359 struct A3 struct in namespace:t7
416 struct A3 struct in namespace:t8
472 struct A3 struct in namespace:t9
528 struct A3 struct in namespace:t10
585 struct A3 struct in namespace:t11
641 struct A3 struct in namespace:t12
697 struct A3 struct in namespace:t13
752 struct A3 struct in namespace:t14
807 struct A3 struct in namespace:t15
874 struct A3 struct in namespace:t16
935 struct A3 struct in namespace:t17
996 struct A3 struct in namespace:t18
1053 struct A3 struct in namespace:t19
1110 struct A3 struct in namespace:t20
1171 struct A3 struct in namespace:t21
1228 struct A3 struct in namespace:t22
1285 struct A3 struct in namespace:t23
1342 struct A3 struct in namespace:t24
1399 struct A3 struct in namespace:t25
1466 struct A3 struct in namespace:t26
1527 struct A3 struct in namespace:t27
1586 struct A3 struct in namespace:t28
1646 struct A3 struct in namespace:t29
1705 struct A3 struct in namespace:t30
1765 struct A3 struct in namespace:t31
1823 struct A3 struct in namespace:t32
1881 struct A3 struct in namespace:t33
1949 struct A3 struct in namespace:t34
2011 struct A3 struct in namespace:t35
2071 struct A3 struct in namespace:t36
2133 struct A3 struct in namespace:t37
2194 struct A3 struct in namespace:t38
2254 struct A3 struct in namespace:t39
2313 struct A3 struct in namespace:t40
2372 struct A3 struct in namespace:t41
[all...]
H A Ddynamic_cast5.cpp31 struct A3 struct in namespace:t1
36 virtual ~A3() {}
40 A3* getA3() {return this;}
44 : public A3,
50 t1::A1* getA1() {return A3::getA1();}
51 A2* getA2() {return A3::getA2();}
52 A3* getA3() {return A3::getA3();}
58 public A3
65 A3* getA
175 struct A3 struct in namespace:t2
319 struct A3 struct in namespace:t3
462 struct A3 struct in namespace:t4
605 struct A3 struct in namespace:t5
748 struct A3 struct in namespace:t6
891 struct A3 struct in namespace:t7
1034 struct A3 struct in namespace:t8
1177 struct A3 struct in namespace:t9
[all...]
H A Ddynamic_cast14.cpp31 struct A3 struct in namespace:t1
36 virtual ~A3() {}
40 A3* getA3() {return this;}
56 : public A3,
62 A1* getA1_3() {return A3::getA1();}
64 A2* getA2() {return A3::getA2();}
65 A3* getA3() {return A3::getA3();}
91 A3* getA3() {return A5::getA3();}
108 A3* getA
752 struct A3 struct in namespace:t2
1473 struct A3 struct in namespace:t3
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
H A Dallocators.h115 class A3 class
119 explicit A3(int id = 0) : id_(id) {} function in class:A3
133 A3(const A3& a) : id_(a.id()) {copy_called = true;} function in class:A3
134 A3(A3&& a) : id_(a.id()) {move_called = true;} function in class:A3
150 A3 select_on_container_copy_construction() const {return A3(-1);}
153 template <class T> bool A3<T>::copy_called = false;
154 template <class T> bool A3<
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
H A Dallocators.h115 class A3 class
119 explicit A3(int id = 0) : id_(id) {} function in class:A3
133 A3(const A3& a) : id_(a.id()) {copy_called = true;} function in class:A3
134 A3(A3&& a) : id_(a.id()) {move_called = true;} function in class:A3
150 A3 select_on_container_copy_construction() const {return A3(-1);}
153 template <class T> bool A3<T>::copy_called = false;
154 template <class T> bool A3<
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
H A Dpolicy.hpp370 class A3 = default_policy,
389 BOOST_STATIC_ASSERT(::boost::math::policies::detail::is_valid_policy<A3>::value);
403 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list;
499 class A3 = default_policy,
513 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list;
643 template <class A1, class A2, class A3>
644 inline typename normalise<policy<>, A1, A2, A3>::type make_policy(const A1&, const A2&, const A3&) argument
646 typedef typename normalise<policy<>, A1, A2, A3>::type result_type;
650 template <class A1, class A2, class A3, clas
651 make_policy(const A1&, const A2&, const A3&, const A4&) argument
658 make_policy(const A1&, const A2&, const A3&, const A4&, const A5&) argument
665 make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&) argument
672 make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&) argument
679 make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&) argument
686 make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&) argument
693 make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&) argument
700 make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, const A7&, const A8&, const A9&, const A10&, const A11&) argument
[all...]

Completed in 212 milliseconds