HomeSort by relevance Sort by last modified time
    Searched refs:for_each_test (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
test.pass.cpp 22 struct for_each_test struct
24 for_each_test(int c) : count(c) {} function in struct:for_each_test
33 for_each_test f = std::for_each(input_iterator<int*>(ia),
35 for_each_test(0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/
test.pass.cpp 22 struct for_each_test struct
24 for_each_test(int c) : count(c) {} function in struct:for_each_test
33 for_each_test f = std::for_each(input_iterator<int*>(ia),
35 for_each_test(0));

Completed in 191 milliseconds