Lines Matching defs:length
703 length() const
1104 /// length of their shortest editing script.
1294 /// Compute the length of the shortest edit script for two sequences a
1382 /// Compute the length of the shortest edit script for two sequences a
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
1568 ABG_ASSERT(ses_len == ses.length());
1591 ABG_ASSERT(tmp_ses0.length() + tmp_ses1.length() == d);
1639 ABG_ASSERT(ses_len == ses.length());
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