Home
last modified time | relevance | path

Searched defs:is_odd (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
Dis_partitioned.pass.cpp21 struct is_odd struct
32 is_odd())); in main() argument
Dpartition_copy.pass.cpp24 struct is_odd struct
38 output_iterator<int*>(r1), r2, is_odd()); in main() argument
Dpartition_point.pass.cpp21 struct is_odd struct
32 is_odd()) == forward_iterator<const int*>(ia)); in main() argument
Dpartition.pass.cpp26 struct is_odd struct
38 Iter r = std::partition(Iter(ia), Iter(ia + sa), is_odd()); in test() argument
Dstable_partition.pass.cpp26 struct is_odd struct
28 bool operator()(const int& i) const {return i & 1;} in operator ()()