Home
last modified time | relevance | path

Searched defs:move_iterator (Results 1 – 25 of 53) sorted by relevance

123

/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/mb/conversion_procs/utf8_and_euc2004/
H A Dutf8_and_euc2004.c56 unsigned char *src = (unsigned char *) PG_GETARG_CSTRING(2); in move_iterator()
58 int len = PG_GETARG_INT32(4); in move_iterator()
64 ULmapEUC_JIS_2004_combined, lengthof(ULmapEUC_JIS_2004_combined), in move_iterator()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/iterator/
H A Dmove_iterators.hpp32 struct move_iterator struct
39 using iterator_type = I;
40 using difference_type = iter_difference_t<I>;
41 using value_type = iter_value_t<I>;
42 using iterator_category = std::input_iterator_tag;
43 using reference = iter_rvalue_reference_t<I>;
46 explicit move_iterator(I i) in move_iterator() argument
52 move_iterator(move_iterator<O> const & i) in move_iterator() function
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/iterator/
H A Dmove_iterators.hpp32 struct move_iterator struct
39 using iterator_type = I;
40 using difference_type = iter_difference_t<I>;
41 using value_type = iter_value_t<I>;
42 using iterator_category = std::input_iterator_tag;
43 using reference = iter_rvalue_reference_t<I>;
46 explicit move_iterator(I i) in move_iterator() function
52 move_iterator(move_iterator<O> const & i) in move_iterator() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/__iterator/
H A Dmove_iterator.h55 move_iterator() : __i() {} in move_iterator() function
58 explicit move_iterator(_Iter __x) : __i(__x) {} in move_iterator() function
64 move_iterator(const move_iterator<_Up>& __u) : __i(__u.base()) {} in move_iterator() function
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/__iterator/
H A Dmove_iterator.h55 move_iterator() : __i() {} in move_iterator() function
58 explicit move_iterator(_Iter __x) : __i(__x) {} in move_iterator() function
64 move_iterator(const move_iterator<_Up>& __u) : __i(__u.base()) {} in move_iterator() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/__iterator/
H A Dmove_iterator.h52 move_iterator() : __i() {} in move_iterator() function
55 explicit move_iterator(_Iter __x) : __i(__x) {} in move_iterator() function
61 move_iterator(const move_iterator<_Up>& __u) : __i(__u.base()) {} in move_iterator() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/__iterator/
H A Dmove_iterator.h55 move_iterator() : __i() {} in move_iterator() function
58 explicit move_iterator(_Iter __x) : __i(__x) {} in move_iterator() function
64 move_iterator(const move_iterator<_Up>& __u) : __i(__u.base()) {} in move_iterator() function
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/__iterator/
H A Dmove_iterator.h55 move_iterator() : __i() {} in move_iterator() function
58 explicit move_iterator(_Iter __x) : __i(__x) {} in move_iterator() function
64 move_iterator(const move_iterator<_Up>& __u) : __i(__u.base()) {} in move_iterator() function
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/move/
H A Diterator.hpp35 class move_iterator class
52 move_iterator() in move_iterator() function in boost::move_iterator
55 explicit move_iterator(It i) in move_iterator() function in boost::move_iterator
60 move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/devel/boost-docs/boost_1_72_0/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/devel/hyperscan/boost_1_75_0/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/devel/boost-python-libs/boost_1_72_0/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/devel/R-cran-BH/BH/inst/include/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/devel/boost-libs/boost_1_72_0/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/sysutils/usbtop/usbtop-release-1.0/third-party/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/move/
H A Diterator.hpp44 class move_iterator class
61 BOOST_MOVE_FORCEINLINE move_iterator() in move_iterator() function in boost::move_iterator
65 BOOST_MOVE_FORCEINLINE explicit move_iterator(const It &i) in move_iterator() function in boost::move_iterator
70 BOOST_MOVE_FORCEINLINE move_iterator(const move_iterator<U>& u) in move_iterator() function in boost::move_iterator

123