Home
last modified time | relevance | path

Searched refs:pstl_binary_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.cpp307 bool pstl_binary_transform_reduce_called = false; variable
317 assert(!pstl_binary_transform_reduce_called); in __pstl_transform_reduce()
318 pstl_binary_transform_reduce_called = true; in __pstl_transform_reduce()
402 assert(std::pstl_binary_transform_reduce_called); in main()