Home
last modified time | relevance | path

Searched refs:const_cast_from (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/intrusive/
H A Dpointer_traits.hpp39 …AS_STATIC_MEMBER_FUNC_SIGNATURE(has_member_function_callable_with_const_cast_from, const_cast_from)
44 …ER_FUNC_CALLED_IGNORE_SIGNATURE(has_member_function_callable_with_const_cast_from, const_cast_from)
167 static pointer const_cast_from(const UPtr &uptr) in const_cast_from() function
231 { return Ptr::const_cast_from(uptr); } in priv_const_cast_from()
303 BOOST_INTRUSIVE_FORCEINLINE static pointer const_cast_from(U *uptr) in const_cast_from() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp278 { return boost::intrusive::pointer_traits<return_type>::const_cast_from(ptr); }