Searched defs:get_ptr_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 D | old_optional_implementation.hpp | 594 …pointer_const_type get_ptr_impl() const { return cast_ptr(get_object(), is_reference_predicate() )… in get_ptr_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 D | optional.hpp | 711 pointer_const_type get_ptr_impl() const { return m_storage.ptr_ref(); } in get_ptr_impl() function in boost::optional_detail::optional_base |