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 D | fwd_macros.hpp | 209 #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 D | move_helpers.hpp | 33 #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 D | allocator_traits.hpp | 267 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 D | vector.hpp | 374 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 D | variant_static.hpp | 123 inline allocators(BOOST_FWD_REF(allocators) a) in allocators() 127 inline allocators & operator=(BOOST_FWD_REF(allocators) a) in operator =()
|
| H A D | variant_dynamic.hpp | 137 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 D | core.hpp | 168 #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 D | advanced_insert_int.hpp | 231 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 D | iterators.hpp | 617 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 D | varray_detail.hpp | 613 BOOST_FWD_REF(Args) ...args) in construct() 630 … BOOST_FWD_REF(P) p \
|
| H A D | varray.hpp | 1002 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 D | rtree.hpp | 1735 BOOST_FWD_REF(Alloc) alloc) in members_holder()
|