Home
last modified time | relevance | path

Searched defs:proj1 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/cronet/base/ranges/
H A Dalgorithm.h61 constexpr BinaryPredicateProjector(Pred& pred, Proj1& proj1, Proj2& proj2) in BinaryPredicateProjector()
121 Proj1& proj1, in ProjectedBinaryPredicate()
128 Proj1& proj1, in PermutedProjectedBinaryPredicate()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.lex.comparison/
H A Dranges.lexicographical_compare.pass.cpp192 auto proj1 = [&](int i) { ++proj1Count; return i; }; in test() local
206 auto proj1 = [&](int i) { ++proj1Count; 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 Dranges_set_difference.pass.cpp467 const auto proj1 = [&numberOfProj1](const Data& d) { in test() local
497 const auto proj1 = [&numberOfProj1](const Data& d) { in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.merge/
H A Dranges_merge.pass.cpp495 const auto proj1 = [&numberOfProj1](const Data& d) { in test() local
524 const auto proj1 = [&numberOfProj1](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 Dranges_set_intersection.pass.cpp486 const auto proj1 = [&numberOfProj1](const Data& d) { in test() local
516 const auto proj1 = [&numberOfProj1](const Data& d) { in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/
H A Dranges_robust_against_differing_projections.pass.cpp54 auto proj1 = [](int x) { return 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 Dranges.is_permutation.pass.cpp205 counting_projection<> proj1(proj1Count); in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/
H A Dranges_partial_sort_copy.pass.cpp269 auto proj1 = [](int value) { return value * -1; }; in test() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.modifying.operations/alg.transform/
H A Dranges.transform.binary.iterator.pass.cpp163 auto proj1 = [&](int) { ++proj1Count; return 0; }; in test_iterators() local
H A Dranges.transform.binary.range.pass.cpp176 auto proj1 = [&](int) { ++proj1Count; 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 Dranges_includes.pass.cpp303 constexpr auto proj1() { in test() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.contains/
H A Dranges.contains_subrange.pass.cpp288 auto proj1 = [](int i) { return i - 3; }; 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 Dranges_set_symmetric_difference.pass.cpp436 constexpr auto proj1() { in test() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
H A Dranges_set_union.pass.cpp436 constexpr auto proj1() { in test() function
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dadj.rs507 fn proj1<E, Ix: IndexType>( in proj1() function