Home
last modified time | relevance | path

Searched refs:A3 (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp44 struct A3 struct
47 virtual ~A3() {} in ~A3() argument
49 A3* getA3() {return this;} in getA3() argument
56 A3 a3; in test()
63 assert(dynamic_cast<A3*>(a1.getA1()) == 0); in test()
64 assert(dynamic_cast<A3*>(a2.getA2()) == 0); in test()
65 assert(dynamic_cast<A3*>(a3.getA3()) == a3.getA3()); in test()
97 struct A3 struct
101 virtual ~A3() {} in ~A3() argument
103 A3* getA3() {return this;} in getA3() argument
[all …]
Ddynamic_cast5.pass.cpp38 struct A3 struct
43 virtual ~A3() {} in ~A3() argument
47 A3* getA3() {return this;} in getA3() argument
51 : public A3,
57 t1::A1* getA1() {return A3::getA1();} in getA1()
58 A2* getA2() {return A3::getA2();} in getA2()
59 A3* getA3() {return A3::getA3();} in getA3()
65 public A3
72 A3* getA3() {return A4::getA3();} in getA3()
81 A3 a3; in test()
[all …]
Ddynamic_cast14.pass.cpp32 struct A3 struct
37 virtual ~A3() {} in ~A3() argument
41 A3* getA3() {return this;} in getA3() argument
57 : public A3,
63 A1* getA1_3() {return A3::getA1();} in getA1_3()
65 A2* getA2() {return A3::getA2();} in getA2()
66 A3* getA3() {return A3::getA3();} in getA3()
92 A3* getA3() {return A5::getA3();} in getA3()
109 A3* getA3() {return A7::getA3();} in getA3()
137 A3* getA3() {return A8::getA3();} in getA3()
[all …]
/external/googletest/googlemock/include/gmock/internal/
Dgmock-generated-internal-utils.h86 template <typename A1, typename A2, typename A3>
87 struct MatcherTuple< ::testing::tuple<A1, A2, A3> > {
88 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
91 template <typename A1, typename A2, typename A3, typename A4>
92 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4> > {
93 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>,
97 template <typename A1, typename A2, typename A3, typename A4, typename A5>
98 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5> > {
99 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>, Matcher<A4>,
103 template <typename A1, typename A2, typename A3, typename A4, typename A5,
[all …]
/external/v8/testing/gmock/include/gmock/internal/
Dgmock-generated-internal-utils.h86 template <typename A1, typename A2, typename A3>
87 struct MatcherTuple< ::testing::tuple<A1, A2, A3> > {
88 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
91 template <typename A1, typename A2, typename A3, typename A4>
92 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4> > {
93 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>,
97 template <typename A1, typename A2, typename A3, typename A4, typename A5>
98 struct MatcherTuple< ::testing::tuple<A1, A2, A3, A4, A5> > {
99 typedef ::testing::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>, Matcher<A4>,
103 template <typename A1, typename A2, typename A3, typename A4, typename A5,
[all …]
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-generated-internal-utils.h86 template <typename A1, typename A2, typename A3>
87 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3> > {
88 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3> > type;
91 template <typename A1, typename A2, typename A3, typename A4>
92 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4> > {
93 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>,
97 template <typename A1, typename A2, typename A3, typename A4, typename A5>
98 struct MatcherTuple< ::std::tr1::tuple<A1, A2, A3, A4, A5> > {
99 typedef ::std::tr1::tuple<Matcher<A1>, Matcher<A2>, Matcher<A3>, Matcher<A4>,
103 template <typename A1, typename A2, typename A3, typename A4, typename A5,
[all …]
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-nice-strict.h102 template <typename A1, typename A2, typename A3>
103 NiceMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) { in NiceMock()
108 template <typename A1, typename A2, typename A3, typename A4>
109 NiceMock(const A1& a1, const A2& a2, const A3& a3, in NiceMock()
115 template <typename A1, typename A2, typename A3, typename A4, typename A5>
116 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in NiceMock()
122 template <typename A1, typename A2, typename A3, typename A4, typename A5,
124 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in NiceMock()
130 template <typename A1, typename A2, typename A3, typename A4, typename A5,
132 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in NiceMock()
[all …]
Dgmock-generated-function-mockers.h126 template <typename R, typename A1, typename A2, typename A3>
127 class FunctionMocker<R(A1, A2, A3)> : public
128 internal::FunctionMockerBase<R(A1, A2, A3)> {
130 typedef R F(A1, A2, A3);
134 const Matcher<A3>& m3) { in With()
139 R Invoke(A1 a1, A2 a2, A3 a3) { in Invoke()
148 template <typename R, typename A1, typename A2, typename A3, typename A4>
149 class FunctionMocker<R(A1, A2, A3, A4)> : public
150 internal::FunctionMockerBase<R(A1, A2, A3, A4)> {
152 typedef R F(A1, A2, A3, A4);
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-generated-nice-strict.h102 template <typename A1, typename A2, typename A3>
103 NiceMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) { in NiceMock()
108 template <typename A1, typename A2, typename A3, typename A4>
109 NiceMock(const A1& a1, const A2& a2, const A3& a3, in NiceMock()
115 template <typename A1, typename A2, typename A3, typename A4, typename A5>
116 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in NiceMock()
122 template <typename A1, typename A2, typename A3, typename A4, typename A5,
124 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in NiceMock()
130 template <typename A1, typename A2, typename A3, typename A4, typename A5,
132 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in NiceMock()
[all …]
Dgmock-generated-function-mockers.h126 template <typename R, typename A1, typename A2, typename A3>
127 class FunctionMocker<R(A1, A2, A3)> : public
128 internal::FunctionMockerBase<R(A1, A2, A3)> {
130 typedef R F(A1, A2, A3);
134 const Matcher<A3>& m3) { in With()
139 R Invoke(A1 a1, A2 a2, A3 a3) { in Invoke()
148 template <typename R, typename A1, typename A2, typename A3, typename A4>
149 class FunctionMocker<R(A1, A2, A3, A4)> : public
150 internal::FunctionMockerBase<R(A1, A2, A3, A4)> {
152 typedef R F(A1, A2, A3, A4);
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-nice-strict.h90 template <typename A1, typename A2, typename A3>
91 NiceMock(const A1& a1, const A2& a2, const A3& a3) : MockClass(a1, a2, a3) { in NiceMock()
96 template <typename A1, typename A2, typename A3, typename A4>
97 NiceMock(const A1& a1, const A2& a2, const A3& a3, in NiceMock()
103 template <typename A1, typename A2, typename A3, typename A4, typename A5>
104 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in NiceMock()
110 template <typename A1, typename A2, typename A3, typename A4, typename A5,
112 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in NiceMock()
118 template <typename A1, typename A2, typename A3, typename A4, typename A5,
120 NiceMock(const A1& a1, const A2& a2, const A3& a3, const A4& a4, in NiceMock()
[all …]
Dgmock-generated-function-mockers.h122 template <typename R, typename A1, typename A2, typename A3>
123 class FunctionMocker<R(A1, A2, A3)> : public
124 internal::FunctionMockerBase<R(A1, A2, A3)> {
126 typedef R F(A1, A2, A3);
130 const Matcher<A3>& m3) { in With()
135 R Invoke(A1 a1, A2 a2, A3 a3) { in Invoke()
144 template <typename R, typename A1, typename A2, typename A3, typename A4>
145 class FunctionMocker<R(A1, A2, A3, A4)> : public
146 internal::FunctionMockerBase<R(A1, A2, A3, A4)> {
148 typedef R F(A1, A2, A3, A4);
[all …]
/external/libcxx/test/support/
Dallocators.h130 class A3
134 explicit A3(int id = 0) TEST_NOEXCEPT : id_(id) {} in id_()
148 A3(const A3& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;} in A3() function
149 A3(A3&& a) TEST_NOEXCEPT : id_(a.id()) {move_called = true;} in A3() function
150 A3& operator=(const A3& a) TEST_NOEXCEPT { id_ = a.id(); copy_called = true; return *this;}
151 A3& operator=(A3&& a) TEST_NOEXCEPT { id_ = a.id(); move_called = true; return *this;}
167 A3 select_on_container_copy_construction() const {return A3(-1);} in select_on_container_copy_construction()
170 template <class T> bool A3<T>::copy_called = false;
171 template <class T> bool A3<T>::move_called = false;
172 template <class T> bool A3<T>::constructed = false;
[all …]
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/
Dallocs.pass.cpp78 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A; in main()
80 A a(a4, A2<int>(5), A3<int>(6)); in main()
85 assert(A3<int>::copy_called == true); in main()
86 assert(A3<int>::move_called == false); in main()
89 std::scoped_allocator_adaptor<A2<int>, A3<int>>(A2<int>(5), A3<int>(6)))); in main()
95 A3<int>::copy_called = false; in main()
96 A3<int>::move_called = false; in main()
98 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A; in main()
99 A a(A1<int>(4), A2<int>(5), A3<int>(6)); in main()
104 assert(A3<int>::copy_called == true); in main()
[all …]
Dconverting_move.pass.cpp55 typedef std::scoped_allocator_adaptor<A1<double>, A2<int>, A3<int>> B; in main()
56 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A; in main()
57 B a1(A1<int>(4), A2<int>(5), A3<int>(6)); in main()
62 A3<int>::copy_called = false; in main()
63 A3<int>::move_called = false; in main()
69 assert(A3<int>::copy_called == false); in main()
70 assert(A3<int>::move_called == true); in main()
Dconverting_copy.pass.cpp52 typedef std::scoped_allocator_adaptor<A1<double>, A2<int>, A3<int>> B; in main()
53 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A; in main()
54 B a1(A1<int>(4), A2<int>(5), A3<int>(6)); in main()
59 A3<int>::copy_called = false; in main()
60 A3<int>::move_called = false; in main()
64 assert(A3<int>::copy_called == true); in main()
Dcopy.pass.cpp51 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A; in main()
52 A a1(A1<int>(4), A2<int>(5), A3<int>(6)); in main()
57 A3<int>::copy_called = false; in main()
58 A3<int>::move_called = false; in main()
64 assert(A3<int>::copy_called == true); in main()
65 assert(A3<int>::move_called == false); in main()
/external/clang/INPUTS/
Dmacro_pounder_obj.c9 #define A3 A2 A2 A2 A2 A2 A2 macro
10 #define A4 A3 A3 A3 A3 A3 A3
Dmacro_pounder_fn.c9 #define A3(A, B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) A2(A,B) macro
10 #define A4(A, B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B) A3(A,B)
/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp64 Object *A3 = DUT.allocate(Cap, Allocator); in TEST() local
65 A3[0].Num = 221; in TEST()
66 A3[7].Num = 217; in TEST()
72 EXPECT_EQ(221, A3[0].Num); in TEST()
73 EXPECT_EQ(217, A3[7].Num); in TEST()
80 EXPECT_EQ(221, A3[0].Num); in TEST()
81 EXPECT_EQ(217, A3[7].Num); in TEST()
89 DUT.deallocate(Cap, A3); in TEST()
94 EXPECT_EQ(A3, A3x); in TEST()
104 EXPECT_NE(A3, A4); in TEST()
/external/swiftshader/src/OpenGL/libGL/
DContext.h109 template<typename A1, typename A2, typename A3>
113 Command3(void (APIENTRY *function)(A1, A2, A3), A1 arg1, A2 arg2, A3 arg3) in Command3() argument
126 void (APIENTRY *function)(A1, A2, A3);
129 A3 argument3;
132 template<typename A1, typename A2, typename A3, typename A4>
136 Command4(void (APIENTRY *function)(A1, A2, A3, A4), A1 arg1, A2 arg2, A3 arg3, A4 arg4) in Command4() argument
150 void (APIENTRY *function)(A1, A2, A3, A4);
153 A3 argument3;
157 template<typename A1, typename A2, typename A3, typename A4, typename A5>
161 …Command5(void (APIENTRY *function)(A1, A2, A3, A4, A5), A1 arg1, A2 arg2, A3 arg3, A4 arg4, A5 arg… in Command5() argument
[all …]
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Ddestroy.pass.cpp51 typedef std::scoped_allocator_adaptor<A3<B>, A1<B>> A; in main()
57 assert(!A3<S>::constructed); in main()
58 assert(!A3<S>::destroy_called); in main()
61 assert(A3<S>::constructed); in main()
62 assert(!A3<S>::destroy_called); in main()
65 assert(A3<S>::constructed); in main()
66 assert(A3<S>::destroy_called); in main()
/external/libbrillo/brillo/glib/
Ddbus.h223 template<typename A1, typename A2, typename A3>
224 class MonitorConnection<void(A1, A2, A3)> {
228 void (*monitor)(void*, A1, A2, A3), in MonitorConnection() argument
232 static void Run(::DBusGProxy*, A1 x, A2 y, A3 z, MonitorConnection* self) { in Run()
241 void (*monitor_)(void*, A1, A2, A3);
245 template<typename A1, typename A2, typename A3, typename A4>
246 class MonitorConnection<void(A1, A2, A3, A4)> {
250 void (*monitor)(void*, A1, A2, A3, A4), in MonitorConnection() argument
257 A3 z, in Run()
268 void (*monitor_)(void*, A1, A2, A3, A4);
[all …]
/external/libcxx/test/std/utilities/allocator.adaptor/scoped.adaptor.operators/
Dcopy_assign.pass.cpp54 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A; in main()
55 A a1(A1<int>(4), A2<int>(5), A3<int>(6)); in main()
61 A3<int>::copy_called = false; in main()
62 A3<int>::move_called = false; in main()
68 assert(A3<int>::copy_called == true); in main()
69 assert(A3<int>::move_called == false); in main()
Dmove_assign.pass.cpp54 typedef std::scoped_allocator_adaptor<A1<int>, A2<int>, A3<int>> A; in main()
55 A a1(A1<int>(4), A2<int>(5), A3<int>(6)); in main()
61 A3<int>::copy_called = false; in main()
62 A3<int>::move_called = false; in main()
68 assert(A3<int>::copy_called == false); in main()
69 assert(A3<int>::move_called == true); in main()

12345678910>>...19