Searched refs:pointer_type (Results 1 – 5 of 5) sorted by relevance
156 typedef T * pointer_type ; typedef167 typedef raw_type* pointer_type ; typedef208 typedef BOOST_DEDUCED_TYPENAME types::pointer_type pointer_type ; typedef in boost::optional_detail::optional_base338 pointer_type get_ptr() { return m_initialized ? get_ptr_impl() : 0 ; } in get_ptr()448 …pointer_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()490 …pointer_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::optional641 …pointer_type operator->() { BOOST_ASSERT(this->is_initialized()) ; return this->get_pt… in operator ->()704 BOOST_DEDUCED_TYPENAME optional<T>::pointer_type[all …]
23 CPPUNIT_TEST(pointer_type);43 void pointer_type();382 void TypeTraitsTest::pointer_type() in pointer_type() function in TypeTraitsTest
4036 $(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)
4027 $(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)