Searched refs:insert_move_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 | 174 struct insert_move_proxy struct 180 explicit insert_move_proxy(value_type &v) in insert_move_proxy() argument 200 insert_move_proxy<Allocator, It> get_insert_value_proxy(BOOST_RV_REF(typename boost::container::ite… in get_insert_value_proxy() 202 return insert_move_proxy<Allocator, It>(v); in get_insert_value_proxy() 292 : public insert_move_proxy<Allocator, Iterator> 295 : insert_move_proxy<Allocator, Iterator>(v) in insert_emplace_proxy() 407 : public insert_move_proxy<Allocator, Iterator> 410 : insert_move_proxy<Allocator, Iterator>(v) in insert_emplace_proxy_arg1() 428 : public insert_move_proxy<Allocator, Iterator> 431 : insert_move_proxy<Allocator, Iterator>(v)
|
| /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 | 2564 container_detail::insert_move_proxy<Allocator, T*> priv_single_insert_proxy(BOOST_RV_REF(T) x) in priv_single_insert_proxy() 2565 { return container_detail::insert_move_proxy<Allocator, T*> (x); } in priv_single_insert_proxy()
|