Searched defs:A5 (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/cxx-stl/gabi++/tests/ |
D | dynamic_cast5.cpp | 56 struct A5 struct 60 char _[13489]; 61 virtual ~A5() {} in ~A5() 63 t1::A1* getA1() {return A4::getA1();} in getA1() 64 A2* getA2() {return A4::getA2();} in getA2() 65 A3* getA3() {return A4::getA3();} in getA3() 66 A4* getA4() {return A4::getA4();} in getA4() 67 A5* getA5() {return this;} in getA5() 200 struct A5 struct 204 char _[13489]; [all …]
|
D | dynamic_cast14.cpp | 55 struct A5 struct 59 char _[13489]; 60 virtual ~A5() {} in ~A5() 62 A1* getA1_3() {return A3::getA1();} in getA1_3() 63 A1* getA1_4() {return A4::getA1();} in getA1_4() 64 A2* getA2() {return A3::getA2();} in getA2() 65 A3* getA3() {return A3::getA3();} in getA3() 66 A4* getA4() {return A4::getA4();} in getA4() 67 A5* getA5() {return this;} in getA5() 776 struct A5 struct [all …]
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | dynamic_cast5.cpp | 56 struct A5 struct 60 char _[13489]; 61 virtual ~A5() {} in ~A5() 63 t1::A1* getA1() {return A4::getA1();} in getA1() 64 A2* getA2() {return A4::getA2();} in getA2() 65 A3* getA3() {return A4::getA3();} in getA3() 66 A4* getA4() {return A4::getA4();} in getA4() 67 A5* getA5() {return this;} in getA5() 200 struct A5 struct 204 char _[13489]; [all …]
|
D | dynamic_cast14.cpp | 55 struct A5 struct 59 char _[13489]; 60 virtual ~A5() {} in ~A5() 62 A1* getA1_3() {return A3::getA1();} in getA1_3() 63 A1* getA1_4() {return A4::getA1();} in getA1_4() 64 A2* getA2() {return A3::getA2();} in getA2() 65 A3* getA3() {return A3::getA3();} in getA3() 66 A4* getA4() {return A4::getA4();} in getA4() 67 A5* getA5() {return this;} in getA5() 776 struct A5 struct [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
D | policy.hpp | 658 …icy<>, A1, A2, A3, A4, A5>::type make_policy(const A1&, const A2&, const A3&, const A4&, const A5&) in make_policy() 665 …A3, A4, A5, A6>::type make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&) in make_policy() 672 …, A6, A7>::type make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, cons… in make_policy() 679 …, A7, A8>::type make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, cons… in make_policy() 686 …, A8, A9>::type make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, cons… in make_policy() 693 … A9, A10>::type make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, cons… in make_policy() 700 …A10, A11>::type make_policy(const A1&, const A2&, const A3&, const A4&, const A5&, const A6&, cons… in make_policy()
|