Home | Sort by relevance Sort by last modified time |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ | |
optional.hpp | 155 typedef T const* pointer_const_type ; typedef in struct:boost::optional_detail::types_when_isnt_ref 166 typedef raw_type* pointer_const_type ; typedef in struct:boost::optional_detail::types_when_is_ref 209 typedef BOOST_DEDUCED_TYPENAME types::pointer_const_type pointer_const_type ; typedef in class:boost::optional_detail::optional_base 337 pointer_const_type get_ptr() const { return m_initialized ? get_ptr_impl() : 0 ; } 447 pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() ) ; } 487 pointer_const_type cast_ptr( internal_type const* p, is_not_reference_tag ) const { return p ; } 489 pointer_const_type cast_ptr( internal_type const* p, is_reference_tag ) const { return &p->get() ; } 513 typedef BOOST_DEDUCED_TYPENAME base::pointer_const_type pointer_const_type ; typedef in class:boost::optional [all...] |