/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
D | item.hpp | 30 , typename Base 34 : Base 36 typedef typename Base::upper_bound_ index_; 38 typedef typename next<typename Base::size>::type size; 39 typedef Base base; 45 using Base::item_; 50 , typename Base 52 struct v_item<T,Base,1> 53 : Base 55 typedef typename prior<typename Base::lower_bound_>::type index_; [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/ |
D | convert.pass.cpp | 32 struct Base {}; struct 33 struct Derived : Base {}; 39 test<input_iterator<Base*> >(input_iterator<Derived*>(&d)); in main() 40 test<forward_iterator<Base*> >(forward_iterator<Derived*>(&d)); in main() 41 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d)); in main() 42 test<random_access_iterator<const Base*> >(random_access_iterator<Derived*>(&d)); in main() 43 test<Base*>(&d); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/ |
D | move_iterator.pass.cpp | 35 struct Base {}; struct 36 struct Derived : Base {}; 42 test<input_iterator<Base*> >(input_iterator<Derived*>(&d)); in main() 43 test<forward_iterator<Base*> >(forward_iterator<Derived*>(&d)); in main() 44 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d)); in main() 45 test<random_access_iterator<const Base*> >(random_access_iterator<Derived*>(&d)); in main() 46 test<Base*>(&d); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/ |
D | iterator_adaptor.hpp | 173 , class Base 189 , iterator_value<Base> 195 Value, iterator_value<Base> 201 , iterator_traversal<Base> 208 , iterator_reference<Base> 214 Difference, iterator_difference<Base> 255 , class Base 263 Derived, Base, Value, Traversal, Reference, Difference 270 Derived, Base, Value, Traversal, Reference, Difference 275 explicit iterator_adaptor(Base const &iter) in iterator_adaptor() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/ |
D | reverse_iterator.pass.cpp | 32 struct Base {}; struct 33 struct Derived : Base {}; 39 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d)); in main() 40 test<random_access_iterator<const Base*> >(random_access_iterator<Derived*>(&d)); in main() 41 test<Base*>(&d); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/ |
D | reverse_iterator.pass.cpp | 35 struct Base {}; struct 36 struct Derived : Base {}; 42 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d)); in main() 43 test<random_access_iterator<const Base*> >(random_access_iterator<Derived*>(&d)); in main() 44 test<Base*>(&d); in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | inherited_exception.cpp | 12 struct Base { struct 20 struct Child : public Base, public Base2 { argument 59 catch (const Base& b) in main() 73 catch (const Base& c) in main() 113 catch (const Base& b) in main() 131 catch (const Base* c) in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | mock_object.hpp | 90 template<int i, typename Base, typename T> \ 91 inline mock_object<i,Base> const& \ 92 operator op( mock_object<i,Base> const& mo, T const& ) \ 97 template<int i, typename Base, typename T> \ 98 inline mock_object<i,Base> const& \ 99 operator op( T const&, mock_object<i,Base> const& mo ) \ 114 template<int i, typename Base, typename T> \ 116 operator op( mock_object<i,Base> const&, T const& ) \ 121 template<int i, typename Base, typename T> \ 123 operator op( T const&, mock_object<i,Base> const& ) \ [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/ |
D | rv_pair_U_V.pass.cpp | 20 struct Base struct 22 virtual ~Base() {} in ~Base() argument 26 : public Base 35 typedef std::pair<std::unique_ptr<Base>, long> P2; in main()
|
D | assign_rv_pair_U_V.pass.cpp | 20 struct Base struct 22 virtual ~Base() {} in ~Base() argument 26 : public Base 35 typedef std::pair<std::unique_ptr<Base>, long> P2; in main()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | reg-stack.cpp | 11 struct Base struct 13 virtual ~Base() {} in ~Base() argument 16 struct Foo : public Base
|
D | spec3.cpp | 6 class Base {}; class 8 struct A : virtual public Base
|
D | eh-global-1.cpp | 13 class Base {}; class 15 struct A : virtual public Base
|
D | eh-inline-1.cpp | 13 class Base {}; class 15 struct A : virtual public Base
|
D | eh-alloca-1.cpp | 19 class Base {}; class 21 struct A : virtual public Base
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | reg-stack.cpp | 11 struct Base struct 13 virtual ~Base() {} in ~Base() argument 16 struct Foo : public Base
|
D | spec3.cpp | 6 class Base {}; class 8 struct A : virtual public Base
|
D | eh-global-1.cpp | 13 class Base {}; class 15 struct A : virtual public Base
|
D | eh-inline-1.cpp | 13 class Base {}; class 15 struct A : virtual public Base
|
D | eh-alloca-1.cpp | 19 class Base {}; class 21 struct A : virtual public Base
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_gabixx_rtti.cpp | 40 struct Base {}; struct 41 struct Derived : Base {}; 74 Base* pbase = &derived; in main() 77 CHECK(typeid(pbase) == typeid(Base*)); in main()
|
/ndk/tests/device/test-stlport-rtti/jni/ |
D | test_stlport_rtti.cpp | 40 struct Base {}; struct 41 struct Derived : Base {}; 74 Base* pbase = &derived; in main() 77 CHECK(typeid(pbase) == typeid(Base*)); in main()
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | cppunit_mini.h | 143 typedef CPPUNIT_NS::TestCase Base; \ 161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \ 197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \ 202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \ 207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \ 213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \ 219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | cppunit_mini.h | 143 typedef CPPUNIT_NS::TestCase Base; \ 161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \ 197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \ 202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \ 207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \ 213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \ 219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-port_test.cc | 101 class Base { class 105 Base() : member_(0) {} in Base() function in testing::internal::Base 106 explicit Base(int n) : member_(n) {} in Base() function in testing::internal::Base 107 virtual ~Base() {} in ~Base() 114 class Derived : public Base { 116 explicit Derived(int n) : Base(n) {} in Derived() 121 EXPECT_TRUE(&derived == ::testing::internal::ImplicitCast_<Base*>(&derived)); in TEST() 126 Base base = ::testing::internal::ImplicitCast_<Base>(derived); in TEST() 133 operator Base() { in operator Base() 135 return Base(); in operator Base() [all …]
|