Home
last modified time | relevance | path

Searched defs:first1 (Results 1 – 25 of 85) sorted by relevance

1234

/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Dalgorithm.hpp42 bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, BinaryPredicate p) in algo_equal()
53 bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2) in algo_equal()
57 bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2, BinaryPredicate p… in algo_equal()
66 bool algo_equal(InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2) in algo_equal()
70 bool algo_lexicographical_compare (InputIterator1 first1, InputIterator1 last1, in algo_lexicographical_compare()
83 bool algo_lexicographical_compare (InputIterator1 first1, InputIterator1 last1, in algo_lexicographical_compare()
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/algebra/detail/
Dfor_each.hpp28 inline void for_each1( Iterator1 first1 , Iterator1 last1 , Operation op ) in for_each1()
36 inline void for_each2( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Operation op ) in for_each2()
44 …inline void for_each3( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, O… in for_each3()
52 …inline void for_each4( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, I… in for_each4()
60 inline void for_each5( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, in for_each5()
69 inline void for_each6( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, in for_each6()
78 inline void for_each7( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, in for_each7()
86 inline void for_each8( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, in for_each8()
94 inline void for_each9( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, in for_each9()
103 … inline void for_each10( Iterator1 first1 , Iterator1 last1 , Iterator2 first2 , Iterator3 first3, in for_each10()
[all …]
Dnorm_inf.hpp29 inline Value norm_inf( Iterator1 first1 , Iterator1 last1 , Value init ) in norm_inf()
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dequal.hpp27 inline bool equal_impl( SinglePassTraversalReadableIterator1 first1, in equal_impl()
66 inline bool equal_impl( SinglePassTraversalReadableIterator1 first1, in equal_impl()
105 inline bool equal_impl( RandomAccessTraversalReadableIterator1 first1, in equal_impl()
119 inline bool equal_impl( RandomAccessTraversalReadableIterator1 first1, in equal_impl()
133 inline bool equal( SinglePassTraversalReadableIterator1 first1, in equal()
147 inline bool equal( SinglePassTraversalReadableIterator1 first1, in equal()
Dmismatch.hpp27 mismatch_impl(SinglePassTraversalReadableIterator1 first1, in mismatch_impl()
46 mismatch_impl(SinglePassTraversalReadableIterator1 first1, in mismatch_impl()
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx14/
Dequal.hpp30 bool equal ( RandomAccessIterator1 first1, RandomAccessIterator1 last1, in equal()
47 bool equal ( InputIterator1 first1, InputIterator1 last1, in equal()
71 bool equal ( InputIterator1 first1, InputIterator1 last1, in equal()
90 bool equal ( InputIterator1 first1, InputIterator1 last1, in equal()
Dmismatch.hpp33 InputIterator1 first1, InputIterator1 last1, in mismatch()
53 InputIterator1 first1, InputIterator1 last1, in mismatch()
Dis_permutation.hpp35 bool is_permutation ( ForwardIterator1 first1, ForwardIterator1 last1, in is_permutation()
64 bool is_permutation ( ForwardIterator1 first1, ForwardIterator1 last1, in is_permutation()
/external/rust/android-crates-io/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/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/
Dis_permutation.hpp45 bool is_permutation_inner ( ForwardIterator1 first1, ForwardIterator1 last1, in is_permutation_inner()
65 bool is_permutation_tag ( ForwardIterator1 first1, ForwardIterator1 last1, in is_permutation_tag()
82 bool is_permutation_tag ( RandomAccessIterator1 first1, RandomAccessIterator1 last1, in is_permutation_tag()
113 bool is_permutation ( ForwardIterator1 first1, ForwardIterator1 last1, in is_permutation()
138 bool is_permutation ( ForwardIterator1 first1, ForwardIterator1 last1, ForwardIterator2 first2 ) in is_permutation()
/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/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dinsertion_sort.hpp41 void insertion_sort_op(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator first2… in insertion_sort_op()
61 void insertion_sort_swap(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator firs… in insertion_sort_swap()
68 void insertion_sort_copy(ForwardIterator first1, ForwardIterator last1, BirdirectionalIterator firs… in insertion_sort_copy()
97 (BirdirectionalIterator first1, BirdirectionalIterator const last1 in insertion_sort_uninitialized_copy()
Dset_difference.hpp46 (InputIt1 first1, InputIt1 last1, InputIt2 first2, InputIt2 last2, OutputIt result, Compare comp) in set_difference()
74 (InputOutputIt1 first1, InputOutputIt1 last1, InputIt2 first2, InputIt2 last2, Compare comp ) in inplace_set_difference()
109 …(ForwardIt1 first1, ForwardIt1 last1, InputIt2 first2, InputIt2 last2, OutputIt result, Compare co… in set_unique_difference()
159 …(ForwardOutputIt1 first1, ForwardOutputIt1 last1, ForwardIt2 first2, ForwardIt2 last2, Compare com… in inplace_set_unique_difference()
Dadaptive_sort_merge.hpp150 ( RandIt first1, RandIt const last1 in skip_until_merge()
233 (RandIt first1, RandIt last1, RandIt const last2, bool *const pis_range1_A, Compare comp) in partial_merge_bufferless_impl()
259 (RandIt first1, RandIt last1, RandIt const last2, bool *const pis_range1_A, Compare comp) in partial_merge_bufferless()
356 RandIt first1 = first; in merge_blocks_bufferless() local
716 InputIt1 first1(r_first1); in op_partial_merge_impl() local
759 InputIt1 first1(r_first1); in op_partial_merge_and_swap_impl() local
792 ( RandIt1 first1, RandIt1 const last1 in op_buffered_partial_merge_and_swap_to_range1_and_buffer()
830 ( RandIt1 first1, RandIt1 const last1 in op_buffered_partial_merge_to_range1_and_buffer()
868 ( RandIt first1, RandIt const last1, RandIt &rfirst2, RandIt last2, RandIt first_min in op_partial_merge_and_save_impl()
902 ( RandIt first1, RandIt const last1, RandIt &rfirst2, RandIt last2, RandIt first_min in op_partial_merge_and_save()
[all …]
/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dtransform_reduce_test.cpp35 test_init_bop_uop(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test_init_bop_uop()
73 test_init_bop_bop(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test_init_bop_bop()
129 test_init(Iter1 first1, Iter1 last1, Iter2 first2, T init, T x) in test_init()
/external/sdv/vsomeip/third_party/boost/mpl/test/
Dset_c.cpp64 typedef begin<s1>::type first1; in MPL_TEST_CASE() typedef
99 typedef begin<s1>::type first1; in MPL_TEST_CASE() typedef
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx17/
Dtransform_reduce.hpp27 T transform_reduce(InputIterator1 first1, InputIterator1 last1, in transform_reduce()
47 T transform_reduce(InputIterator1 first1, InputIterator1 last1, in transform_reduce()
/external/sdv/vsomeip/third_party/boost/serialization/src/
Dcodecvt_null.cpp24 const wchar_t * first1, in do_out()
52 const char * first1, in do_in()
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dalgorithm.hpp122 ForwardIt1 find_end (ForwardIt1 first1, ForwardIt1 last1 in find_end()
150 InputIt find_first_of(InputIt first1, InputIt last1, ForwardIt first2, ForwardIt last2, BinaryPredi… in find_first_of()
163 ForwardIt1 search(ForwardIt1 first1, ForwardIt1 last1, in search()
/external/testng/src/test/java/test/classgroup/
DFirst.java11 public void first1() { in first1() method in First
/external/cronet/stable/third_party/libc++/src/test/libcxx/fuzzing/
Dfuzz.h68 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation()
96 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation()
/external/cronet/tot/third_party/libc++/src/test/libcxx/fuzzing/
Dfuzz.h68 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation()
96 bool fast_is_permutation(Iter1 first1, Iter1 last1, Iter2 first2) { in fast_is_permutation()
/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dseq_index_ops.hpp65 iterator first1=y.begin(),last1=y.end(); in sequenced_index_merge() local
89 impl_pointer first1=y->next(); in sequenced_index_collate() local
/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()

1234