Home
last modified time | relevance | path

Searched refs:for_each_test (Results 1 – 17 of 17) sorted by relevance

/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dfor_each_n_test.cpp20 struct for_each_test struct
22 for_each_test() {} in for_each_test() argument
27 int for_each_test::count = 0; argument
36 for_each_test::count = 0; in test_for_each_n()
37 Iter it = ba::for_each_n(Iter(ia), 0, for_each_test()); in test_for_each_n()
39 BOOST_CHECK(for_each_test::count == 0); in test_for_each_n()
43 for_each_test::count = 0; in test_for_each_n()
44 Iter it = ba::for_each_n(Iter(ia), s, for_each_test()); in test_for_each_n()
47 BOOST_CHECK(for_each_test::count == s); in test_for_each_n()
53 for_each_test::count = 0; in test_for_each_n()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.foreach/
Dfor_each.pass.cpp26 struct for_each_test { struct
27 TEST_CONSTEXPR for_each_test(int c) : count(c) {} in for_each_test() function
30 for_each_test(const for_each_test&) = delete;
31 for_each_test(for_each_test&&) = default;
32 for_each_test& operator=(const for_each_test&) = delete;
33 for_each_test& operator=(for_each_test&&) = delete;
48 for_each_test f = std::for_each(Iter(ia), Iter(ia + size), for_each_test(0)); in operator ()() argument
Dfor_each_n.pass.cpp37 struct for_each_test struct
39 for_each_test(int c) : count(c) {} in for_each_test() argument
51 auto f = for_each_test(0); in main() argument
58 auto f = for_each_test(0); in main()
68 auto f = for_each_test(0); in main()
/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.foreach/
Dfor_each.pass.cpp26 struct for_each_test { struct
27 TEST_CONSTEXPR for_each_test(int c) : count(c) {} in for_each_test() argument
30 for_each_test(const for_each_test&) = delete;
31 for_each_test(for_each_test&&) = default;
32 for_each_test& operator=(const for_each_test&) = delete;
33 for_each_test& operator=(for_each_test&&) = delete;
48 for_each_test f = std::for_each(Iter(ia), Iter(ia + size), for_each_test(0)); in operator ()() argument
Dfor_each_n.pass.cpp37 struct for_each_test struct
39 for_each_test(int c) : count(c) {} in for_each_test() argument
51 auto f = for_each_test(0); in main() argument
58 auto f = for_each_test(0); in main()
68 auto f = for_each_test(0); in main()
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/
Dfor_each_n.pass.cpp37 struct for_each_test struct
39 for_each_test(int c) : count(c) {} in for_each_test() function
51 auto f = for_each_test(0); in main() argument
58 auto f = for_each_test(0); in main()
68 auto f = for_each_test(0); in main()
Dtest.pass.cpp34 struct for_each_test struct
36 for_each_test(int c) : count(c) {} in for_each_test() argument
45 for_each_test f = std::for_each(input_iterator<int*>(ia), in main() argument
47 for_each_test(0)); in main()
/external/sdv/vsomeip/third_party/boost/phoenix/test/algorithm/
Dfor_each2.cpp23 void for_each_test() in for_each_test() function
45 for_each_test(); in main()
Dfor_each.cpp23 void for_each_test() in for_each_test() function
49 for_each_test(); in main()
Diteration.cpp29 void for_each_test() in for_each_test() function
54 for_each_test(); in main()
/external/pigweed/pw_kernel/lib/unittest/
Dunittest_runner_host.rs21 unittest_core::for_each_test(|test| { in main()
Dunittest_runner_cortex_m.rs57 unittest_core::for_each_test(|test| { in main()
Dunittest_core.rs45 pub fn for_each_test<F>(mut callback: F) in for_each_test() function
/external/grpc-grpc/test/core/promise/
DBUILD350 name = "for_each_test",
351 srcs = ["for_each_test.cc"],
/external/virtio-media/driver/
D.clang-format422 - 'for_each_test'
/external/rust/android-crates-io/crates/grpcio-sys/grpc/
DCMakeLists.txt968 add_dependencies(buildtests_cxx for_each_test)
11200 add_executable(for_each_test target
11227 test/core/promise/for_each_test.cc
11231 target_compile_features(for_each_test PUBLIC cxx_std_14)
11232 target_include_directories(for_each_test
11251 target_link_libraries(for_each_test
/external/grpc-grpc/
DCMakeLists.txt1093 add_dependencies(buildtests_cxx for_each_test)
14257 add_executable(for_each_test target
14284 test/core/promise/for_each_test.cc
14298 target_compile_definitions(for_each_test
14304 target_compile_features(for_each_test PUBLIC cxx_std_14)
14305 target_include_directories(for_each_test
14324 target_link_libraries(for_each_test