Searched refs:out_true (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/algorithm/test/ |
D | partition_copy_test1.cpp | 87 int out_true[3] = {0}; in test_constexpr() local 90 ba::partition_copy( in, in + 3, out_true, out_false, less_than<int>(2) ); in test_constexpr() 91 res = (res && ba::all_of(out_true, out_true + 2, less_than<int>(2)) ); in test_constexpr() 95 out_true [0] = 0; in test_constexpr() 96 out_true [1] = 0; in test_constexpr() 99 ba::partition_copy( in, out_true, out_false, less_than<int>(2)); in test_constexpr() 100 res = ( res && ba::all_of(out_true, out_true + 2, less_than<int>(2))); in test_constexpr()
|
/third_party/boost/boost/algorithm/cxx11/ |
D | partition_copy.hpp | 41 OutputIterator1 out_true, OutputIterator2 out_false, UnaryPredicate p ) in partition_copy() argument 45 *out_true++ = *first; in partition_copy() 48 return std::pair<OutputIterator1, OutputIterator2> ( out_true, out_false ); in partition_copy() 62 partition_copy ( const Range &r, OutputIterator1 out_true, OutputIterator2 out_false, in partition_copy() argument 66 (boost::begin(r), boost::end(r), out_true, out_false, p ); in partition_copy()
|
/third_party/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_pt.h | 102 uint32_t mdxfer_len, bool out_true);
|
/third_party/f2fs-tools/tools/sg_write_buffer/ |
D | sg_pt_linux.c | 574 uint32_t dxfer_len, bool out_true) in set_pt_metadata_xfer() argument 581 ptp->mdxfer_out = out_true; in set_pt_metadata_xfer()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
D | container.h | 872 const C& c, OutputIterator1 out_true, OutputIterator2 out_false, 875 container_algorithm_internal::c_end(c), out_true,
|
/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 872 const C& c, OutputIterator1 out_true, OutputIterator2 out_false, 875 container_algorithm_internal::c_end(c), out_true,
|