Home
last modified time | relevance | path

Searched defs:expected_with_proj (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition_point.pass.cpp157 auto expected_with_proj = in.begin(); in test() local
H A Dranges_partition.pass.cpp177 const std::array expected_with_proj = {1, -1}; in test() local
H A Dranges_stable_partition.pass.cpp213 const std::array expected_with_proj = {1, -1}; in test() local