/external/sdv/vsomeip/third_party/boost/algorithm/test/ |
D | for_each_n_test.cpp | 20 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/ |
D | for_each.pass.cpp | 26 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
|
D | for_each_n.pass.cpp | 37 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/ |
D | for_each.pass.cpp | 26 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
|
D | for_each_n.pass.cpp | 37 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/ |
D | for_each_n.pass.cpp | 37 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()
|
D | test.pass.cpp | 34 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/ |
D | for_each2.cpp | 23 void for_each_test() in for_each_test() function 45 for_each_test(); in main()
|
D | for_each.cpp | 23 void for_each_test() in for_each_test() function 49 for_each_test(); in main()
|
D | iteration.cpp | 29 void for_each_test() in for_each_test() function 54 for_each_test(); in main()
|
/external/pigweed/pw_kernel/lib/unittest/ |
D | unittest_runner_host.rs | 21 unittest_core::for_each_test(|test| { in main()
|
D | unittest_runner_cortex_m.rs | 57 unittest_core::for_each_test(|test| { in main()
|
D | unittest_core.rs | 45 pub fn for_each_test<F>(mut callback: F) in for_each_test() function
|
/external/grpc-grpc/test/core/promise/ |
D | BUILD | 350 name = "for_each_test", 351 srcs = ["for_each_test.cc"],
|
/external/virtio-media/driver/ |
D | .clang-format | 422 - 'for_each_test'
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | CMakeLists.txt | 968 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/ |
D | CMakeLists.txt | 1093 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
|