Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
Doptional.hpp447 …pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl()
448 …pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl()
487 pointer_const_type cast_ptr( internal_type const* p, is_not_reference_tag ) const { return p ; } in cast_ptr() function in boost::optional_detail::optional_base
488 pointer_type cast_ptr( internal_type * p, is_not_reference_tag ) { return p ; } in cast_ptr() function in boost::optional_detail::optional_base
489 …pointer_const_type cast_ptr( internal_type const* p, is_reference_tag ) const { return &p->get… in cast_ptr() function in boost::optional_detail::optional_base
490 …pointer_type cast_ptr( internal_type * p, is_reference_tag ) { return &p->get… in cast_ptr() function in boost::optional_detail::optional_base