Home
last modified time | relevance | path

Searched refs:pstl_unary_transform_reduce_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.cpp298 bool pstl_unary_transform_reduce_called = false; variable
302 assert(!pstl_unary_transform_reduce_called); in __pstl_transform_reduce()
303 pstl_unary_transform_reduce_called = true; in __pstl_transform_reduce()
400 assert(std::pstl_unary_transform_reduce_called); in main()