Home
last modified time | relevance | path

Searched defs:UnaryPred (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition_point.pass.cpp32 struct UnaryPred { bool operator()(int) const; }; struct
H A Dranges_partition.pass.cpp33 struct UnaryPred { bool operator()(int) const; }; struct
H A Dranges_stable_partition.pass.cpp32 struct UnaryPred { bool operator()(int) const; }; struct
H A Dranges_partition_copy.pass.cpp41 struct UnaryPred { bool operator()(int) const; }; struct