| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/ |
| H A D | stl_iterator.h | 121 -> decltype(std::make_move_iterator(__unsafe(__it.base()))) 122 { return std::make_move_iterator(__unsafe(__it.base())); } 127 -> decltype(std::make_move_iterator(__base(__it.base()))) 128 { return std::make_move_iterator(__base(__it.base())); }
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/ |
| H A D | stl_iterator.h | 121 -> decltype(std::make_move_iterator(__unsafe(__it.base()))) 122 { return std::make_move_iterator(__unsafe(__it.base())); } 127 -> decltype(std::make_move_iterator(__base(__it.base()))) 128 { return std::make_move_iterator(__base(__it.base())); }
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/ |
| H A D | iterator.hpp | 173 inline move_iterator<It> make_move_iterator(const It &it) in make_move_iterator() function
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | ranges_uninitialized.h | 365 = ranges::copy_n(std::make_move_iterator(std::move(__ifirst)), in _GLIBCXX_VISIBILITY() 416 = ranges::copy_n(std::make_move_iterator(std::move(__ifirst)), in _GLIBCXX_VISIBILITY()
|
| H A D | forward_list.h | 1342 this->assign(std::make_move_iterator(__list.begin()), in _GLIBCXX_VISIBILITY() 1343 std::make_move_iterator(__list.end())); in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator.h | 1602 make_move_iterator(_Iterator __i) 2279 -> decltype(make_move_iterator(__niter_base(__it.base()))) 2280 { return make_move_iterator(__niter_base(__it.base())); } 2295 #define _GLIBCXX_MAKE_MOVE_ITERATOR(_Iter) std::make_move_iterator(_Iter)
|
| H A D | stl_list.h | 1964 _M_assign_dispatch(std::make_move_iterator(__x.begin()), in _GLIBCXX_VISIBILITY() 1965 std::make_move_iterator(__x.end()), in _GLIBCXX_VISIBILITY()
|
| H A D | stl_vector.h | 1834 this->_M_assign_aux(std::make_move_iterator(__x.begin()), in _GLIBCXX_VISIBILITY() 1835 std::make_move_iterator(__x.end()), in _GLIBCXX_VISIBILITY()
|
| H A D | stl_deque.h | 2210 _M_assign_aux(std::make_move_iterator(__x.begin()), in _GLIBCXX_VISIBILITY() 2211 std::make_move_iterator(__x.end()), in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | ranges_uninitialized.h | 365 = ranges::copy_n(std::make_move_iterator(std::move(__ifirst)), in _GLIBCXX_VISIBILITY() 416 = ranges::copy_n(std::make_move_iterator(std::move(__ifirst)), in _GLIBCXX_VISIBILITY()
|
| H A D | forward_list.h | 1342 this->assign(std::make_move_iterator(__list.begin()), in _GLIBCXX_VISIBILITY() 1343 std::make_move_iterator(__list.end())); in _GLIBCXX_VISIBILITY()
|
| H A D | stl_iterator.h | 1602 make_move_iterator(_Iterator __i) 2279 -> decltype(make_move_iterator(__niter_base(__it.base()))) 2280 { return make_move_iterator(__niter_base(__it.base())); } 2295 #define _GLIBCXX_MAKE_MOVE_ITERATOR(_Iter) std::make_move_iterator(_Iter)
|
| H A D | stl_list.h | 1964 _M_assign_dispatch(std::make_move_iterator(__x.begin()), in _GLIBCXX_VISIBILITY() 1965 std::make_move_iterator(__x.end()), in _GLIBCXX_VISIBILITY()
|
| H A D | stl_vector.h | 1834 this->_M_assign_aux(std::make_move_iterator(__x.begin()), in _GLIBCXX_VISIBILITY() 1835 std::make_move_iterator(__x.end()), in _GLIBCXX_VISIBILITY()
|
| H A D | stl_deque.h | 2210 _M_assign_aux(std::make_move_iterator(__x.begin()), in _GLIBCXX_VISIBILITY() 2211 std::make_move_iterator(__x.end()), in _GLIBCXX_VISIBILITY()
|
| /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 | 2382 this->assign( boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(x.begin())) in priv_move_assign() 2383 , boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(x.end() )) in priv_move_assign() 2452 … , boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(big.nth(common_elements))) in priv_swap() 2453 , boost::make_move_iterator(boost::movelib::iterator_to_raw_pointer(big.end())) in priv_swap() 2468 (::boost::make_move_iterator((T *)0)); in priv_dummy_empty_proxy()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | compound_expression.cpp | 63 std::copy_n(std::make_move_iterator(args.begin()), sizeof...(Params), argsArray.begin()); in makeExpression() 132 std::copy_n(std::make_move_iterator(args.begin()), sizeof...(Params), argsArray.begin()); in makeExpression()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | iterator | 278 constexpr move_iterator<Iterator> make_move_iterator(const Iterator& i); 1228 make_move_iterator(_Iter __i)
|
| H A D | vector | 1983 insert(__make_iter(__p), make_move_iterator(__v.begin()), 1984 make_move_iterator(__v.end()));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | iterator | 278 constexpr move_iterator<Iterator> make_move_iterator(const Iterator& i); 1228 make_move_iterator(_Iter __i)
|
| H A D | vector | 1983 insert(__make_iter(__p), make_move_iterator(__v.begin()), 1984 make_move_iterator(__v.end()));
|