Home
last modified time | relevance | path

Searched refs:move_assign (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_template.hpp748 this->move_assign(f); in BOOST_FUNCTION_FUNCTION()
842 this->move_assign(f); in operator =()
858 tmp.move_assign(*this); in swap()
859 this->move_assign(other); in swap()
860 other.move_assign(tmp); in swap()
977 void move_assign(BOOST_FUNCTION_FUNCTION& f) in move_assign() function in boost::BOOST_FUNCTION_FUNCTION
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant.hpp613 VARIANT_INLINE void move_assign(variant<Types...>&& rhs) in move_assign() function in mapbox::util::variant
624 move_assign(std::move(other)); in operator =()
640 move_assign(std::move(temp)); in operator =()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp175 void move_assign(RandIt first, std::size_t n) in move_assign() function in boost::movelib::detail_adaptive::adaptive_xbuf
337 void move_assign(RandIt first, std::size_t n) in move_assign() function in boost::movelib::detail_adaptive::range_xbuf
620 xbuf.move_assign(first, size_type(middle-first)); in op_buffered_merge()
626 xbuf.move_assign(middle, size_type(last-middle)); in op_buffered_merge()
1710 xbuf.move_assign(first+l_build_buf-kbuf, kbuf); in adaptive_sort_build_blocks()
1852 xbuf.move_assign(buffer, l_intbuf); in adaptive_sort_combine_all_blocks()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp2166 void move_assign(T&& rhs) in move_assign() function in boost::variant
2197 move_assign( detail::variant::move(rhs) ); in operator =()