Home
last modified time | relevance | path

Searched refs:copy_n (Results 1 – 22 of 22) sorted by relevance

/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 Dranges_uninitialized.h277 return ranges::copy_n(std::move(__ifirst), std::min(__d1, __d2), in _GLIBCXX_VISIBILITY()
324 return ranges::copy_n(std::move(__ifirst), std::min(__n, __d), in _GLIBCXX_VISIBILITY()
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 Dranges_algobase.h515 inline constexpr __copy_n_fn copy_n{}; in _GLIBCXX_VISIBILITY()
H A Dalgorithmfwd.h251 copy_n(_IIter, _Size, _OIter); in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h768 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) 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 Dranges_uninitialized.h277 return ranges::copy_n(std::move(__ifirst), std::min(__d1, __d2), in _GLIBCXX_VISIBILITY()
324 return ranges::copy_n(std::move(__ifirst), std::min(__n, __d), in _GLIBCXX_VISIBILITY()
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 Dranges_algobase.h515 inline constexpr __copy_n_fn copy_n{}; in _GLIBCXX_VISIBILITY()
H A Dalgorithmfwd.h251 copy_n(_IIter, _Size, _OIter); in _GLIBCXX_VISIBILITY()
H A Dstl_algo.h768 copy_n(_InputIterator __first, _Size __n, _OutputIterator __result) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dcopy_move_algo.hpp737 copy_n(I f, U n, F r) in copy_n() function
751 copy_n(I f, U n, F r) BOOST_NOEXCEPT_OR_NOTHROW in copy_n() function
1128 out_start = boost::container::copy_n(inp_start, n_i, out_start); // may throw in copy_assign_range_alloc_n()
/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/ext/
H A Dalgorithm68 // copy_n (not part of the C++ standard)
113 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
H A Dropeimpl.h1096 return copy_n(__l->_M_data, __l->_M_size, __buffer).second; in _GLIBCXX_VISIBILITY()
/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/ext/
H A Dalgorithm68 // copy_n (not part of the C++ standard)
113 copy_n(_InputIterator __first, _Size __count, _OutputIterator __result)
H A Dropeimpl.h1096 return copy_n(__l->_M_data, __l->_M_size, __buffer).second; in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp63 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/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/pstl/
H A Dglue_algorithm_defs.h138 copy_n(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _Size __n, _ForwardIterator2 __result);
H A Dglue_algorithm_impl.h270 copy_n(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _Size __n, _ForwardIterator2 __result) in copy_n() function
H A Dalgorithm_impl.h853 return std::copy_n(__first, __n, __result); in __brick_copy_n()
/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/pstl/
H A Dglue_algorithm_defs.h138 copy_n(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _Size __n, _ForwardIterator2 __result);
H A Dglue_algorithm_impl.h270 copy_n(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _Size __n, _ForwardIterator2 __result) in copy_n() function
H A Dalgorithm_impl.h853 return std::copy_n(__first, __n, __result); in __brick_copy_n()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dalgorithm181 copy_n(InputIterator first, Size n, OutputIterator result);
1725 // copy_n
1735 copy_n(_InputIterator __first, _Size __orig_n, _OutputIterator __result)
1760 copy_n(_InputIterator __first, _Size __orig_n, _OutputIterator __result)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dalgorithm181 copy_n(InputIterator first, Size n, OutputIterator result);
1725 // copy_n
1735 copy_n(_InputIterator __first, _Size __orig_n, _OutputIterator __result)
1760 copy_n(_InputIterator __first, _Size __orig_n, _OutputIterator __result)