Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/algorithms/
H A Dpstl.robust_against_customization_points_not_working.pass.cpp261 bool pstl_reduce_with_init_called = false; variable
265 assert(!pstl_reduce_with_init_called); in __pstl_reduce()
266 pstl_reduce_with_init_called = true; in __pstl_reduce()
390 assert(std::pstl_reduce_with_init_called); in main()