Home
last modified time | relevance | path

Searched refs:BOOST_FWD_REF (Results 1 – 12 of 12) 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 Dfwd_macros.hpp209 #define BOOST_MOVE_MREF(T) BOOST_FWD_REF(T)
341 #define BOOST_MOVE_UREF1 BOOST_FWD_REF(P0) p0
342 #define BOOST_MOVE_UREF2 BOOST_MOVE_UREF1, BOOST_FWD_REF(P1) p1
343 #define BOOST_MOVE_UREF3 BOOST_MOVE_UREF2, BOOST_FWD_REF(P2) p2
344 #define BOOST_MOVE_UREF4 BOOST_MOVE_UREF3, BOOST_FWD_REF(P3) p3
345 #define BOOST_MOVE_UREF5 BOOST_MOVE_UREF4, BOOST_FWD_REF(P4) p4
346 #define BOOST_MOVE_UREF6 BOOST_MOVE_UREF5, BOOST_FWD_REF(P5) p5
347 #define BOOST_MOVE_UREF7 BOOST_MOVE_UREF6, BOOST_FWD_REF(P6) p6
348 #define BOOST_MOVE_UREF8 BOOST_MOVE_UREF7, BOOST_FWD_REF(P7) p7
349 #define BOOST_MOVE_UREF9 BOOST_MOVE_UREF8, BOOST_FWD_REF(P8) p8
[all …]
H A Dmove_helpers.hpp33 #define BOOST_MOVE_CATCH_FWD(U) BOOST_FWD_REF(U)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc()
352 …BOOST_CONTAINER_FORCEINLINE static void construct(Allocator & a, T* p, BOOST_FWD_REF(Args)... args) in construct()
410 …c void priv_construct(container_detail::true_type, Allocator &a, T *p, BOOST_FWD_REF(Args) ...args) in priv_construct()
414 …c void priv_construct(container_detail::false_type, Allocator &, T *p, BOOST_FWD_REF(Args) ...args) in priv_construct()
H A Dvector.hpp374 explicit vector_alloc_holder(BOOST_FWD_REF(AllocConvertible) a) BOOST_NOEXCEPT_OR_NOTHROW in vector_alloc_holder()
380 …vector_alloc_holder(uninitialized_size_t, BOOST_FWD_REF(AllocConvertible) a, size_type initial_siz… in vector_alloc_holder()
451 vector_alloc_holder(pointer p, size_type n, BOOST_FWD_REF(AllocFwd) a) in vector_alloc_holder()
588 explicit vector_alloc_holder(BOOST_FWD_REF(AllocConvertible) a) BOOST_NOEXCEPT_OR_NOTHROW in vector_alloc_holder()
594 …vector_alloc_holder(uninitialized_size_t, BOOST_FWD_REF(AllocConvertible) a, size_type initial_siz… in vector_alloc_holder()
777 …E vector(initial_capacity_t, pointer initial_memory, size_type capacity, BOOST_FWD_REF(AllocFwd) a) in vector()
1738 BOOST_CONTAINER_FORCEINLINE reference emplace_back(BOOST_FWD_REF(Args)...args) in emplace_back()
1763 BOOST_CONTAINER_FORCEINLINE bool stable_emplace_back(BOOST_FWD_REF(Args)...args) in stable_emplace_back()
1785 iterator emplace(const_iterator position, BOOST_FWD_REF(Args) ...args) in emplace()
2554 iterator priv_insert(const const_iterator &p, BOOST_FWD_REF(U) x) in priv_insert()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dvariant_static.hpp123 inline allocators(BOOST_FWD_REF(allocators) a) in allocators()
127 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =()
H A Dvariant_dynamic.hpp137 inline allocators(BOOST_FWD_REF(allocators) a) in allocators()
141 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dcore.hpp168 #define BOOST_FWD_REF(TYPE)\ macro
384 #define BOOST_FWD_REF(TYPE)\ macro
/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.hpp231 explicit insert_nonmovable_emplace_proxy(BOOST_FWD_REF(Args)... args) in insert_nonmovable_emplace_proxy()
260 explicit insert_emplace_proxy(BOOST_FWD_REF(Args)... args) in insert_emplace_proxy()
H A Diterators.hpp617 emplace_functor(BOOST_FWD_REF(Args)... args) in emplace_functor()
/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.hpp613 BOOST_FWD_REF(Args) ...args) in construct()
630BOOST_FWD_REF(P) p \
H A Dvarray.hpp1002 void emplace_back(BOOST_FWD_REF(Args) ...args) in emplace_back()
1032 iterator emplace(iterator position, BOOST_FWD_REF(Args) ...args) in emplace()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Drtree.hpp1735 BOOST_FWD_REF(Alloc) alloc) in members_holder()