Home
last modified time | relevance | path

Searched defs:inplace_merge (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/range/algorithm/
Dinplace_merge.hpp30 inline BidirectionalRange& inplace_merge(BidirectionalRange& rng, in inplace_merge() function
40 inline const BidirectionalRange& inplace_merge(const BidirectionalRange& rng, in inplace_merge() function
50 inline BidirectionalRange& inplace_merge(BidirectionalRange& rng, in inplace_merge() function
61 inline const BidirectionalRange& inplace_merge(const BidirectionalRange& rng, in inplace_merge() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dinplace_merge.hpp32 inline void inplace_merge(Iterator first, in inplace_merge() function
/third_party/boost/boost/compute/algorithm/
Dinplace_merge.hpp32 inline void inplace_merge(Iterator first, in inplace_merge() function
/third_party/boost/boost/phoenix/stl/algorithm/
Dtransformation.hpp739 struct inplace_merge struct
741 typedef void result_type;
744 void operator()(R& r, M m) const in operator ()()
750 void operator()(R& r, M m, C c) const in operator ()()
/third_party/boost/boost/lambda/
Dalgorithm.hpp969 struct inplace_merge { struct
972 struct sig {
978 operator()(A a, A b, A c) const in operator ()()
983 operator()(A a, A b, A c, D d) const in operator ()()
/third_party/boost/boost/numeric/ublas/
Dvector_sparse.hpp1876 void inplace_merge (size_type beg, size_type mid, size_type end) const { in inplace_merge() function in boost::numeric::ublas::coordinate_vector
Dmatrix_sparse.hpp4675 void inplace_merge (array_size_type beg, array_size_type mid, array_size_type end) const { in inplace_merge() function in boost::numeric::ublas::coordinate_matrix