Searched refs:for_each (Results 1 – 13 of 13) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
D | foreach.hpp | 41 namespace for_each { namespace 206 #define BOOST_TEST_FE_ANY ::boost::unit_test::for_each::static_any_t 207 #define BOOST_TEST_FE_IS_CONST( COL ) ::boost::unit_test::for_each::is_const_coll( COL ) 210 ::boost::unit_test::for_each::begin( \ 216 ::boost::unit_test::for_each::end( \ 222 ::boost::unit_test::for_each::done( \ 230 ::boost::unit_test::for_each::next( \ 240 ::boost::unit_test::for_each::deref( \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | for_each.hpp | 93 void for_each(F f, Sequence* = 0, TransformOp* = 0) in for_each() function 109 void for_each(F f, Sequence* = 0) in for_each() function 111 for_each<Sequence, identity<> >(f); in for_each()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | foreach_test.cpp | 39 for_each(numbers, numbers + 10, ptr_fun(increase)); in foreach0() 61 for_each(v1.begin(), v1.end(), ptr_fun(sqr) ); in foreach1()
|
D | bind_test.cpp | 62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1)); in bind1st1() 67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1)); in bind1st1() 145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) ); in bind_memfn()
|
/ndk/tests/device/test-stlport/unit/ |
D | foreach_test.cpp | 39 for_each(numbers, numbers + 10, ptr_fun(increase)); in foreach0() 61 for_each(v1.begin(), v1.end(), ptr_fun(sqr) ); in foreach1()
|
D | bind_test.cpp | 62 for_each((int*)array, (int*)array + 3, bind1st(pre_increment(), 1)); in bind1st1() 67 for_each((int*)array, (int*)array + 3, bind2nd(post_increment(), 1)); in bind1st1() 145 for_each( array, array + 3, bind2nd( mem_fun_ref(&A::f), 12 ) ); in bind_memfn()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/ |
D | test.pass.cpp | 33 for_each_test f = std::for_each(input_iterator<int*>(ia), in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | unit_test_suite_impl.hpp | 405 … mpl::for_each<TestTypesList,mpl::make_identity<mpl::_> >( single_test_gen( tc_name, *this ) ); in template_test_case_gen()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | locale_impl.cpp | 82 for_each( locimpl.facets_vec.begin(), locimpl.facets_vec.end(), _get_facet); in _Locale_impl() 94 for_each( facets_vec.begin(), facets_vec.end(), _release_facet); in ~_Locale_impl()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-internal-inl.h | 296 std::for_each(c.begin(), c.end(), functor); in ForEach()
|
D | gtest.cc | 4228 std::for_each(environments_.rbegin(), environments_.rend(), in RunAllTests()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.h | 59 for_each(_InputIter __first, _InputIter __last, _Function __f) { in for_each() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | algorithm | 36 for_each(InputIterator first, InputIterator last, Function f); 843 // for_each 848 for_each(_InputIterator __first, _InputIterator __last, _Function __f)
|