Home
last modified time | relevance | path

Searched refs:pointer_type (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp156 typedef T * pointer_type ; typedef
167 typedef raw_type* pointer_type ; typedef
208 typedef BOOST_DEDUCED_TYPENAME types::pointer_type pointer_type ; typedef in boost::optional_detail::optional_base
338 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr()
448pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl()
488 pointer_type cast_ptr( internal_type * p, is_not_reference_tag ) { return p ; } in cast_ptr()
490pointer_type cast_ptr( internal_type * p, is_reference_tag ) { return &p->get… in cast_ptr()
512 typedef BOOST_DEDUCED_TYPENAME base::pointer_type pointer_type ; typedef in boost::optional
641pointer_type operator->() { BOOST_ASSERT(this->is_initialized()) ; return this->get_pt… in operator ->()
704 BOOST_DEDUCED_TYPENAME optional<T>::pointer_type
[all …]
/ndk/tests/device/test-stlport/unit/
Dtype_traits_test.cpp23 CPPUNIT_TEST(pointer_type);
43 void pointer_type();
382 void TypeTraitsTest::pointer_type() in pointer_type() function in TypeTraitsTest
/ndk/tests/device/test-gnustl-full/unit/
Dtype_traits_test.cpp23 CPPUNIT_TEST(pointer_type);
43 void pointer_type();
382 void TypeTraitsTest::pointer_type() in pointer_type() function in TypeTraitsTest
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk4036 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.runtime/pointer_type)
4055 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.single/pointer_type)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk4027 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.runtime/pointer_type)
4046 $(call gen-test, utilities/memory/unique.ptr/unique.ptr.single/pointer_type)