Home
last modified time | relevance | path

Searched defs:Derived (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
Dreverse_iterator.pass.cpp33 struct Derived : Base {}; struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
Dconvert.pass.cpp33 struct Derived : Base {}; struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
Dassign_rv_pair_U_V.pass.cpp25 struct Derived struct
Drv_pair_U_V.pass.cpp25 struct Derived struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
Dreverse_iterator.pass.cpp36 struct Derived : Base {}; struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
Dmove_iterator.pass.cpp36 struct Derived : Base {}; struct
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_gabixx_rtti.cpp41 struct Derived : Base {}; struct
/ndk/tests/device/test-stlport-rtti/jni/
Dtest_stlport_rtti.cpp41 struct Derived : Base {}; struct
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-port_test.cc114 class Derived : public Base { class
116 explicit Derived(int n) : Base(n) {} in Derived() function in testing::internal::Derived