Home | Sort by relevance Sort by last modified time |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ | |
optional.hpp | 153 typedef T const& reference_const_type ; typedef in struct:boost::optional_detail::types_when_isnt_ref 164 typedef raw_type& reference_const_type ; typedef in struct:boost::optional_detail::types_when_is_ref 207 typedef BOOST_DEDUCED_TYPENAME types::reference_const_type reference_const_type ; typedef in class:boost::optional_detail::optional_base 444 reference_const_type get_impl() const { return dereference(get_object(), is_reference_predicate() ) ; } 471 reference_const_type dereference( internal_type const* p, is_not_reference_tag ) const { return *p ; } 473 reference_const_type dereference( internal_type const* p, is_reference_tag ) const { return p->get() ; } 511 typedef BOOST_DEDUCED_TYPENAME base::reference_const_type reference_const_type ; typedef in class:boost::optional 630 reference_const_type get() const { BOOST_ASSERT(this->is_initialized()) ; return this->get_impl(); [all...] |