Searched defs:getA11 (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/gabi++/tests/
H A Ddynamic_cast14.cpp164 A11* getA11() {return this;} function in struct:t1::A11
187 A11* getA11() {return A11::getA11();} function in struct:t1::A12
210 A11* getA11() {return A12::getA11();} function in struct:t1::A13
491 assert(dynamic_cast<A11*>(a11.getA1_3()) == a11.getA11());
492 assert(dynamic_cast<A11*>(a11.getA1_4()) == a11.getA11());
493 assert(dynamic_cast<A11*>(a11.getA1_6()) == a11.getA11());
494 assert(dynamic_cast<A11*>(a11.getA1_9()) == a11.getA11());
495 assert(dynamic_cast<A11*>(a11.getA2()) == a11.getA11());
885 A11* getA11() {return this;} function in struct:t2::A11
908 A11* getA11() {return A11::getA11();} function in struct:t2::A12
931 A11* getA11() {return A12::getA11();} function in struct:t2::A13
1606 A11* getA11() {return this;} function in struct:t3::A11
1629 A11* getA11() {return A11::getA11();} function in struct:t3::A12
1652 A11* getA11() {return A12::getA11();} function in struct:t3::A13
[all...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
H A Ddynamic_cast14.pass.cpp165 A11* getA11() {return this;} function in struct:t1::A11
188 A11* getA11() {return A11::getA11();} function in struct:t1::A12
211 A11* getA11() {return A12::getA11();} function in struct:t1::A13
492 assert(dynamic_cast<A11*>(a11.getA1_3()) == a11.getA11());
493 assert(dynamic_cast<A11*>(a11.getA1_4()) == a11.getA11());
494 assert(dynamic_cast<A11*>(a11.getA1_6()) == a11.getA11());
495 assert(dynamic_cast<A11*>(a11.getA1_9()) == a11.getA11());
496 assert(dynamic_cast<A11*>(a11.getA2()) == a11.getA11());
886 A11* getA11() {return this;} function in struct:t2::A11
909 A11* getA11() {return A11::getA11();} function in struct:t2::A12
932 A11* getA11() {return A12::getA11();} function in struct:t2::A13
1607 A11* getA11() {return this;} function in struct:t3::A11
1630 A11* getA11() {return A11::getA11();} function in struct:t3::A12
1653 A11* getA11() {return A12::getA11();} function in struct:t3::A13
[all...]

Completed in 6 milliseconds