Lines Matching defs:ses
1470 /// @param ses the resulting shortest editing script.
1472 /// @param ses_len the length of the ses above. Normally this can be
1473 /// retrieved from ses.length(), but this parameter is here for sanity
1474 /// check purposes. The function computes the length of the ses in
1489 edit_script& ses,
1502 ses.deletions().push_back(deletion(i - a_base));
1515 ses.insertions().push_back(ins);
1558 ses.deletions().push_back(deletion(i - a_base));
1565 ses.insertions().push_back(ins);
1568 ABG_ASSERT(ses_len == ses.length());
1593 ses.append(tmp_ses0);
1594 ses.append(tmp_ses1);
1614 ses.insertions().push_back(ins);
1621 ses.deletions().push_back(del);
1626 ses.deletions().push_back(del);
1639 ABG_ASSERT(ses_len == ses.length());
1674 /// @param ses the resulting shortest editing script.
1676 /// @param ses_len the length of the ses above. Normally this can be
1677 /// retrieved from ses.length(), but this parameter is here for sanity
1678 /// check purposes. The function computes the length of the ses in
1691 edit_script& ses,
1697 lcs, ses, ses_len);
1745 /// @param ses the resulting shortest editing script.
1758 edit_script& ses)
1765 lcs, ses, ses_len);
1800 /// @param ses the resulting shortest editing script.
1811 edit_script& ses)
1816 lcs, ses);
1844 /// @param ses the resulting shortest editing script.
1854 edit_script& ses)
1857 default_eq_functor>(a_begin, a_end, b_begin, b_end, lcs, ses);
1902 /// @param ses the resulting shortest editing script.
1914 edit_script& ses)
1921 lcs, ses);
1953 /// @param ses the resulting shortest editing script.
1963 edit_script& ses)
1968 ses);
1993 /// @param ses the resulting shortest editing script.
2002 edit_script& ses)
2006 ses);
2013 compute_ses(const char* str1, const char* str2, edit_script& ses);