Home
last modified time | relevance | path

Searched defs:first2 (Results 1 – 21 of 21) sorted by relevance

/external/abseil-cpp/absl/algorithm/
Dalgorithm.h45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
/external/webrtc/third_party/abseil-cpp/absl/algorithm/
Dalgorithm.h45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dalgorithm.h45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
/external/openscreen/third_party/abseil/src/absl/algorithm/
Dalgorithm.h45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
/external/libtextclassifier/abseil-cpp/absl/algorithm/
Dalgorithm.h45 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
58 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
69 bool EqualImpl(InputIter1 first1, InputIter1 last1, InputIter2 first2, in EqualImpl()
104 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
115 bool equal(InputIter1 first1, InputIter1 last1, InputIter2 first2, in equal()
/external/llvm-project/libcxx/test/libcxx/fuzzing/
Dfuzz.h67 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation()
95 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation()
/external/testng/src/test/java/test/classgroup/
DFirst.java16 public void first2() { in first2() method in First
/external/libcxx/test/std/numerics/numeric.ops/inner.product/
Dinner_product.pass.cpp29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
Dinner_product_comp.pass.cpp31 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/inner.product/
Dinner_product.pass.cpp32 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
Dinner_product_comp.pass.cpp96 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/
Dtransform_reduce_iter_iter_iter_init.pass.cpp27 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
Dtransform_reduce_iter_iter_iter_init_op_op.pass.cpp29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.reduce/
Dtransform_reduce_iter_iter_iter_init.pass.cpp30 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test()
Dtransform_reduce_iter_iter_iter_init_op_op.pass.cpp32 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
/external/llvm-project/pstl/test/std/utilities/memory/specialized.algorithms/
Duninitialized_copy_move.pass.cpp26 IsCheckValueCorrectness(InputIterator first1, OutputIterator first2, Size n) in IsCheckValueCorrectness()
/external/libcxx/fuzzing/
Dfuzzing.cpp114 bool is_permutation(SVIter first1, SVIter last1, SVIter first2) in is_permutation()
142 bool is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) in is_permutation()
341 static bool compare_unique(Iter1 first1, Iter1 last1, Iter2 first2, Iter2 last2) in compare_unique()
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
Dtransform_binary.pass.cpp37 check_and_reset(InputIterator1 first1, InputIterator1 last1, InputIterator2 first2, OutputIterator … in check_and_reset()
/external/libchrome/base/
Dvalue_iterators_unittest.cc24 InputIterator2 first2, in are_equal()
/external/pigweed/pw_span/
Dspan_test.cc49 InputIterator2 first2, in constexpr_equal()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...