Searched refs:priv_construct (Results 1 – 1 of 1) 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 D | allocator_traits.hpp | 360 allocator_traits::priv_construct(flag, a, p, ::boost::forward<Args>(args)...); in construct() 410 …BOOST_CONTAINER_FORCEINLINE static void priv_construct(container_detail::true_type, Allocator &a, … in priv_construct() function 414 …BOOST_CONTAINER_FORCEINLINE static void priv_construct(container_detail::false_type, Allocator &, … in priv_construct() function 429 (priv_construct)(flag, a, p BOOST_MOVE_I##N BOOST_MOVE_FWD##N);\ 441 …BOOST_CONTAINER_FORCEINLINE static void priv_construct(container_detail::true_type, Allocator &a, … 445 …BOOST_CONTAINER_FORCEINLINE static void priv_construct(container_detail::false_type, Allocator &, … 454 …BOOST_CONTAINER_FORCEINLINE static void priv_construct(container_detail::false_type, Allocator &, … in BOOST_MOVE_ITERATE_0TO8()
|