Lines Matching defs:a_end

818 /// @param a_end an iterator that points right after the last element
843 RandomAccessOutputIterator a_end,
891 int last_x_index = a_end - a_begin - 1;
959 /// @param a_end an iterator that points right after the last element
984 RandomAccessOutputIterator a_end,
989 int a_size = a_end - a_begin;
1070 /// @param a_end the end iterator of the first input sequence of the
1087 RandomAccessOutputIterator a_end,
1092 int a_size = a_end - a_begin, b_size = b_end - b_begin;
1124 /// @param a_end an iterator pointing to the end of sequence A. Note
1141 RandomAccessOutputIterator a_end,
1146 int a_size = a_end - a_begin;
1187 a_begin, a_end,
1220 a_begin, a_end,
1324 RandomAccessOutputIterator a_end,
1329 unsigned a_size = a_end - a_begin;
1356 a_begin, a_end,
1368 a_begin, a_end,
1407 RandomAccessOutputIterator a_end,
1412 return ses_len<RandomAccessOutputIterator, default_eq_functor>(a_begin, a_end,
1455 /// @param a_end an iterator to the end of the sub-region of the first
1484 RandomAccessOutputIterator a_end,
1492 int a_size = a_end - a_begin;
1501 for (RandomAccessOutputIterator i = a_begin; i < a_end; ++i)
1507 // an insertion into the first sequence at a_end. So add
1509 int a_full_size = a_end - a_base;
1528 EqualityFunctor>(a_begin, a_end,
1557 for (RandomAccessOutputIterator i = a_begin; i < a_end; ++i)
1588 EqualityFunctor>(a_base, a_base + (pu.x() + 1), a_end,
1662 /// @param a_end an iterator to the end of the first sequence to
1687 RandomAccessOutputIterator a_end,
1695 EqualityFunctor>(a_begin, a_begin, a_end,
1730 /// @param a_end an iterator to the end of the sub-region of the first
1753 RandomAccessOutputIterator a_end,
1763 EqualityFunctor>(a_base, a_begin, a_end,
1788 /// @param a_end an iterator to the end of the first sequence to
1807 RandomAccessOutputIterator a_end,
1814 EqualityFunctor>(a_begin, a_begin, a_end,
1832 /// @param a_end an iterator to the end of the first sequence to
1850 RandomAccessOutputIterator a_end,
1857 default_eq_functor>(a_begin, a_end, b_begin, b_end, lcs, ses);
1890 /// @param a_end an iterator to the end of the sub-region of the first
1910 RandomAccessOutputIterator a_end,
1919 EqualityFunctor>(a_base, a_begin, a_end,
1944 /// @param a_end an iterator to the end of the first sequence to
1960 RandomAccessOutputIterator a_end,
1966 EqualityFunctor>(a_begin, a_begin, a_end,
1984 /// @param a_end an iterator to the end of the first sequence to
1999 RandomAccessOutputIterator a_end,
2004 compute_diff<RandomAccessOutputIterator, default_eq_functor>(a_begin, a_end,