Searched refs:insert_emplace_proxy (Results 1 – 2 of 2) sorted by relevance
| /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 | 251 struct insert_emplace_proxy struct 260 explicit insert_emplace_proxy(BOOST_FWD_REF(Args)... args) in insert_emplace_proxy() function 291 struct insert_emplace_proxy<Allocator, Iterator, typename boost::container::allocator_traits<Alloca… struct 294 …explicit insert_emplace_proxy(typename boost::container::allocator_traits<Allocator>::value_type &… in insert_emplace_proxy() argument 303 struct insert_emplace_proxy<Allocator, Iterator struct 308 …explicit insert_emplace_proxy(const typename boost::container::allocator_traits<Allocator>::value_… in insert_emplace_proxy() function 314 struct insert_emplace_proxy<Allocator, Iterator, typename boost::container::allocator_traits<Alloca… struct 317 …explicit insert_emplace_proxy(const typename boost::container::allocator_traits<Allocator>::value_… in insert_emplace_proxy() argument 323 struct insert_emplace_proxy<Allocator, Iterator struct 328 …explicit insert_emplace_proxy(const typename boost::container::allocator_traits<Allocator>::value_… in insert_emplace_proxy() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 1748 typedef container_detail::insert_emplace_proxy<Allocator, T*, Args...> type; in emplace_back() 1789 typedef container_detail::insert_emplace_proxy<Allocator, T*, Args...> type; in emplace()
|