Home
last modified time | relevance | path

Searched refs:BOOST_MOVE_I (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp338 …or_traits_detail::has_select_on_container_copy_construction<Allocator BOOST_MOVE_I Allocator (Allo… in BOOST_CONTAINER_DOC1ST()
339 BOOST_MOVE_I Allocator BOOST_MOVE_I const Allocator & >::type) in BOOST_CONTAINER_DOC1ST()
420 template<class T BOOST_MOVE_I##N BOOST_MOVE_CLASS##N >\
421 …BOOST_CONTAINER_FORCEINLINE static void construct(Allocator &a, T *p BOOST_MOVE_I##N BOOST_MOVE_UR…
426 < Allocator, T* BOOST_MOVE_I##N BOOST_MOVE_FWD_T##N > \
429 (priv_construct)(flag, a, p BOOST_MOVE_I##N BOOST_MOVE_FWD##N);\
440 template<class T BOOST_MOVE_I##N BOOST_MOVE_CLASS##N >\
441 …c void priv_construct(container_detail::true_type, Allocator &a, T *p BOOST_MOVE_I##N BOOST_MOVE_U…
442 { a.construct( p BOOST_MOVE_I##N BOOST_MOVE_FWD##N ); }\
444 template<class T BOOST_MOVE_I##N BOOST_MOVE_CLASS##N >\
[all …]
H A Dvector.hpp926 BOOST_CONTAINER_DOCIGN(BOOST_MOVE_I typename container_detail::disable_if_c
927 < container_detail::is_convertible<InIt BOOST_MOVE_I size_type>::value
928 BOOST_MOVE_I container_detail::nat >::type * = 0)
942 BOOST_CONTAINER_DOCIGN(BOOST_MOVE_I typename container_detail::disable_if_c
943 < container_detail::is_convertible<InIt BOOST_MOVE_I size_type>::value
944 BOOST_MOVE_I container_detail::nat >::type * = 0)
1173 BOOST_CONTAINER_DOCIGN(BOOST_MOVE_I typename container_detail::disable_if_or
1175 BOOST_MOVE_I container_detail::is_convertible<InIt BOOST_MOVE_I size_type>
1176 BOOST_MOVE_I container_detail::and_
1177 < container_detail::is_different<alloc_version BOOST_MOVE_I version_0>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dadvanced_insert_int.hpp344 template< class Allocator, class Iterator BOOST_MOVE_I##N BOOST_MOVE_CLASS##N >\
357 …alloc_traits::construct(a, boost::movelib::iterator_to_raw_pointer(p) BOOST_MOVE_I##N BOOST_MOVE_M…
367 template< class Allocator, class Iterator BOOST_MOVE_I##N BOOST_MOVE_CLASS##N >\
369 : insert_nonmovable_emplace_proxy##N< Allocator, Iterator BOOST_MOVE_I##N BOOST_MOVE_TARG##N >\
372 < Allocator, Iterator BOOST_MOVE_I##N BOOST_MOVE_TARG##N > base_t;\
386 alloc_traits::construct(a, vp BOOST_MOVE_I##N BOOST_MOVE_MFWD##N);\
H A Diterators.hpp669 { allocator_traits<Allocator>::construct(a, ptr BOOST_MOVE_I##N BOOST_MOVE_MFWD##N); }\
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dworkaround.hpp41 #define BOOST_MOVE_I , macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dvarray_detail.hpp626 template <typename DisableTrivialInit, typename I, typename P BOOST_MOVE_I##N BOOST_MOVE_CLASS##N >…
631BOOST_MOVE_I##N BOOST_MOVE_UREF##N) \
636 V(boost::forward<P>(p) BOOST_MOVE_I##N BOOST_MOVE_FWD##N); /*may throw*/ \
H A Dvarray.hpp1077 sv::construct(dti(), this->end() BOOST_MOVE_I##N BOOST_MOVE_FWD##N ); /*may throw*/\
1082 … iterator emplace(iterator position BOOST_MOVE_I##N BOOST_MOVE_UREF##N) \
1092 … sv::construct(dti(), position BOOST_MOVE_I##N BOOST_MOVE_FWD##N ); /*may throw*/\
1107 … sv::construct(dti(), val_p BOOST_MOVE_I##N BOOST_MOVE_FWD##N ); /*may throw*/\