Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp594 …pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl()
595 …pointer_type get_ptr_impl() { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_impl()
634 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
635 pointer_type cast_ptr( internal_type * p, is_not_reference_tag ) { return p ; } in cast_ptr() function in boost::optional_detail::optional_base
636 …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
637 …pointer_type cast_ptr( internal_type * p, is_reference_tag ) { return &p->get… in cast_ptr() function in boost::optional_detail::optional_base