Home
last modified time | relevance | path

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

/external/cronet/base/ranges/
Dalgorithm.h61 constexpr BinaryPredicateProjector(Pred& pred, Proj1& proj1, Proj2& proj2) in BinaryPredicateProjector()
120 Proj1& proj1, in ProjectedBinaryPredicate()
127 Proj1& proj1, in PermutedProjectedBinaryPredicate()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.lex.comparison/
Dranges.lexicographical_compare.pass.cpp208 auto proj1 = [&](int i) { ++proj1Count; return i; }; in test() local
222 auto proj1 = [&](int i) { ++proj1Count; return i; }; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/
Dranges_robust_against_differing_projections.pass.cpp53 auto proj1 = [](int x) { return x * -1; }; in test_all() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
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
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.merge/
Dranges_merge.pass.cpp494 const auto proj1 = [&numberOfProj1](const Data& d) { in test() local
523 const auto proj1 = [&numberOfProj1](const Data& d) { in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/
Dranges_partial_sort_copy.pass.cpp269 auto proj1 = [](int value) { return value * -1; }; in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.nonmodifying/alg.is_permutation/
Dranges.is_permutation.pass.cpp205 counting_projection<> proj1(proj1Count); in test() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
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
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.modifying.operations/alg.transform/
Dranges.transform.binary.iterator.pass.cpp163 auto proj1 = [&](int) { ++proj1Count; return 0; }; in test_iterators() local
Dranges.transform.binary.range.pass.cpp176 auto proj1 = [&](int) { ++proj1Count; return 0; }; in test_iterators() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes/
Dranges_includes.pass.cpp303 constexpr auto proj1() { in test() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
Dranges_set_union.pass.cpp435 constexpr auto proj1() { in test() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
Dranges_set_symmetric_difference.pass.cpp435 constexpr auto proj1() { in test() function