Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp358 template <typename T> struct unvoid_ref : add_lvalue_reference<T>{}; struct
359 template <> struct unvoid_ref<void> { typedef unvoid_ref & type; }; struct
360 template <> struct unvoid_ref<const void> { typedef unvoid_ref & type; }; struct
361 template <> struct unvoid_ref<volatile void> { typedef unvoid_ref & type; }; argument
362 template <> struct unvoid_ref<const volatile void> { typedef unvoid_ref & type; }; argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/
H A Dpointer_traits.hpp106 …(boost::intrusive::detail::, Ptr, reference, typename boost::intrusive::detail::unvoid_ref<element…
280 typedef typename boost::intrusive::detail::unvoid_ref<element_type>::type reference;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dmpl.hpp56 using boost::move_detail::unvoid_ref;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp209 reference, typename container_detail::unvoid_ref<value_type>::type)
213 const_reference, typename container_detail::unvoid_ref<const value_type>::type)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dmpl.hpp66 using boost::move_detail::unvoid_ref;