Lines Matching defs:a_base
1450 /// @param a_base the iterator to the base of the first sequence.
1482 compute_diff(RandomAccessOutputIterator a_base,
1494 unsigned a_offset = a_begin - a_base, b_offset = b_begin - b_base;
1502 ses.deletions().push_back(deletion(i - a_base));
1509 int a_full_size = a_end - a_base;
1534 // Let's express them wrt a_base and b_base.
1558 ses.deletions().push_back(deletion(i - a_base));
1562 insertion ins(a_begin - a_base);
1579 EqualityFunctor>(a_base, a_begin, a_base + (px.x() + 1),
1588 EqualityFunctor>(a_base, a_base + (pu.x() + 1), a_end,
1725 /// @param a_base the iterator to the base of the first sequence.
1751 compute_diff(RandomAccessOutputIterator a_base,
1763 EqualityFunctor>(a_base, a_begin, a_end,
1885 /// @param a_base the iterator to the base of the first sequence.
1908 compute_diff(RandomAccessOutputIterator a_base,
1919 EqualityFunctor>(a_base, a_begin, a_end,