Searched refs:validateRowIds (Results 1 – 3 of 3) sorted by relevance
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/util/ |
H A D | MsaDbiUtils.h | 96 static bool validateRowIds(const MultipleSequenceAlignment &al, const QList<qint64> &rowIds); 97 …static void validateRowIds(U2MsaDbi *msaDbi, const U2DataId &msaId, const QList<qint64> &rowIds, U…
|
H A D | McaDbiUtils.cpp | 251 MaDbiUtils::validateRowIds(msaDbi, mcaRef.entityId, rowIds, os); in removeCharacters() 290 MaDbiUtils::validateRowIds(msaDbi, mcaRef.entityId, QList<qint64>() << rowId, os); in replaceCharactersInRow() 332 MaDbiUtils::validateRowIds(msaDbi, mcaRef.entityId, QList<qint64>() << rowId, os); in replaceCharactersInRow()
|
H A D | MsaDbiUtils.cpp | 324 bool MaDbiUtils::validateRowIds(const MultipleSequenceAlignment &al, const QList<qint64> &rowIds) { in validateRowIds() function in U2::MaDbiUtils 335 void MaDbiUtils::validateRowIds(U2MsaDbi *msaDbi, const U2DataId &msaId, const QList<qint64> &rowId… in validateRowIds() function in U2::MaDbiUtils 942 MaDbiUtils::validateRowIds(msaDbi, msaRef.entityId, rowIds, os); in removeRegion() 983 MaDbiUtils::validateRowIds(msaDbi, msaRef.entityId, {rowId}, os); in replaceCharactersInRow() 1076 MaDbiUtils::validateRowIds(msaDbi, msaRef.entityId, rowIds, os); in removeEmptyRows() 1114 if (!MaDbiUtils::validateRowIds(al, rowIds)) { in crop()
|