Home
last modified time | relevance | path

Searched refs:ptr_ref (Results 1 – 2 of 2) 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 Doptional_aligned_storage.hpp52 T const* ptr_ref() const in ptr_ref() function in boost::optional_detail::aligned_storage
57 T * ptr_ref() in ptr_ref() function in boost::optional_detail::aligned_storage
63 T const* ptr_ref() const { return static_cast<T const*>(address()); } in ptr_ref() function in boost::optional_detail::aligned_storage
64 T * ptr_ref() { return static_cast<T *> (address()); } in ptr_ref() function in boost::optional_detail::aligned_storage
67 T const& ref() const { return *ptr_ref(); } in ref()
68 T & ref() { return *ptr_ref(); } in ref()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp711 pointer_const_type get_ptr_impl() const { return m_storage.ptr_ref(); } in get_ptr_impl()
712 pointer_type get_ptr_impl() { return m_storage.ptr_ref(); } in get_ptr_impl()
717 void destroy_impl ( ) { m_storage.ptr_ref()->~T() ; m_initialized = false ; } in destroy_impl()