Home
last modified time | relevance | path

Searched refs:insert_copy_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 Dadvanced_insert_int.hpp147 struct insert_copy_proxy struct
153 explicit insert_copy_proxy(const value_type &v) in insert_copy_proxy() function
206 insert_copy_proxy<Allocator, It> get_insert_value_proxy(const typename boost::container::iterator_t… in get_insert_value_proxy()
208 return insert_copy_proxy<Allocator, It>(v); in get_insert_value_proxy()
306 : public insert_copy_proxy<Allocator, Iterator>
309 : insert_copy_proxy<Allocator, Iterator>(v) in insert_emplace_proxy()
315 : public insert_copy_proxy<Allocator, Iterator>
318 : insert_copy_proxy<Allocator, Iterator>(v) in insert_emplace_proxy()
326 : public insert_copy_proxy<Allocator, Iterator>
329 : insert_copy_proxy<Allocator, Iterator>(v) in insert_emplace_proxy()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp2561 container_detail::insert_copy_proxy<Allocator, T*> priv_single_insert_proxy(const T &x) in priv_single_insert_proxy()
2562 { return container_detail::insert_copy_proxy<Allocator, T*> (x); } in priv_single_insert_proxy()