Searched defs:for_each_test (Results 1 – 13 of 13) sorted by relevance
34 struct for_each_test struct36 for_each_test(int c) : count(c) {} in for_each_test() argument45 for_each_test f = std::for_each(input_iterator<int*>(ia), in main() argument
37 struct for_each_test struct39 for_each_test(int c) : count(c) {} in for_each_test() function51 auto f = for_each_test(0); in main() argument
20 struct for_each_test struct22 for_each_test() {} in for_each_test() function27 int for_each_test::count = 0; argument
37 struct for_each_test struct39 for_each_test(int c) : count(c) {} in for_each_test() argument51 auto f = for_each_test(0); in main() argument
26 struct for_each_test { struct27 TEST_CONSTEXPR for_each_test(int c) : count(c) {} in for_each_test() argument48 for_each_test f = std::for_each(Iter(ia), Iter(ia + size), for_each_test(0)); in operator ()() argument
23 void for_each_test() in for_each_test() function
29 void for_each_test() in for_each_test() function
45 pub fn for_each_test<F>(mut callback: F) in for_each_test() function
11200 add_executable(for_each_test target
14257 add_executable(for_each_test target