Home
last modified time | relevance | path

Searched refs:destroy_impl (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 Dold_optional_implementation.hpp588 destroy_impl(is_reference_predicate()) ; in destroy()
624 …void destroy_impl ( is_not_reference_tag ) { get_ptr_impl()->internal_type::~internal_type() ; m_i… in destroy_impl() function in boost::optional_detail::optional_base
626 void destroy_impl ( is_not_reference_tag ) { get_ptr_impl()->~T() ; m_initialized = false ; } in destroy_impl() function in boost::optional_detail::optional_base
629 void destroy_impl ( is_reference_tag ) { m_initialized = false ; } in destroy_impl() function in boost::optional_detail::optional_base
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp705 destroy_impl() ; in destroy()
717 void destroy_impl ( ) { m_storage.ptr_ref()->~T() ; m_initialized = false ; } in destroy_impl() function in boost::optional_detail::optional_base
719 void destroy_impl ( ) { m_storage.ref().T::~T() ; m_initialized = false ; }