/aosp_15_r20/external/cronet/base/ranges/ |
H A D | algorithm.h | 61 constexpr BinaryPredicateProjector(Pred& pred, Proj1& proj1, Proj2& proj2) in BinaryPredicateProjector() 122 Proj2& proj2) noexcept { in ProjectedBinaryPredicate() 129 Proj2& proj2) noexcept { in PermutedProjectedBinaryPredicate()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.lex.comparison/ |
H A D | ranges.lexicographical_compare.pass.cpp | 194 auto proj2 = [&](int i) { ++proj2Count; return i; }; in test() local 208 auto proj2 = [&](int i) { ++proj2Count; return i; }; in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ |
H A D | ranges_set_difference.pass.cpp | 472 const auto proj2 = [&numberOfProj2](const Data& d) { in test() local 502 const auto proj2 = [&numberOfProj2](const Data& d) { in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.merge/ |
H A D | ranges_merge.pass.cpp | 500 const auto proj2 = [&numberOfProj2](const Data& d) { in test() local 529 const auto proj2 = [&numberOfProj2](const Data& d) { in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
H A D | ranges_set_intersection.pass.cpp | 491 const auto proj2 = [&numberOfProj2](const Data& d) { in test() local 521 const auto proj2 = [&numberOfProj2](const Data& d) { in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/ |
H A D | ranges_robust_against_differing_projections.pass.cpp | 55 auto proj2 = [](A a) { return a.x * -1; }; in test_all() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.is_permutation/ |
H A D | ranges.is_permutation.pass.cpp | 206 counting_projection<> proj2(proj2Count); in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/ |
H A D | ranges_partial_sort_copy.pass.cpp | 270 auto proj2 = [](A value) { return value.a * -1; }; in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.transform/ |
H A D | ranges.transform.binary.iterator.pass.cpp | 164 auto proj2 = [&](int) { ++proj2Count; return 0; }; in test_iterators() local
|
H A D | ranges.transform.binary.range.pass.cpp | 177 auto proj2 = [&](int) { ++proj2Count; return 0; }; in test_iterators() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
H A D | ranges_includes.pass.cpp | 310 constexpr auto proj2() { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.contains/ |
H A D | ranges.contains_subrange.pass.cpp | 289 auto proj2 = [](int i) { return i * -1; }; in test_iterators() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/ |
H A D | ranges_set_symmetric_difference.pass.cpp | 443 constexpr auto proj2() { in test() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
H A D | ranges_set_union.pass.cpp | 443 constexpr auto proj2() { in test() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | adj.rs | 516 fn proj2<E, Ix: IndexType>((row_index, row): (usize, &Vec<WSuc<E, Ix>>)) -> SomeIter<E, Ix> { in proj2() function
|