Home
last modified time | relevance | path

Searched refs:multiModStepId (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/sqlite_dbi/
H A DSQLiteModDbi.cpp65 multiModStepId(-1), in ModStepsDescriptor()
232 qSingle.bindInt64(7, modStepsByObject[masterObjId].multiModStepId); in createModStep()
235 step.multiStepId = modStepsByObject[masterObjId].multiModStepId; in createModStep()
408 qint64 multiModStepId = modStepsByObject[userMasterObjId].multiModStepId; in endCommonUserModStep() local
412 if (-1 == multiModStepId) { in endCommonUserModStep()
461 modStepsByObject[masterObjId].multiModStepId = -1; in endCommonMultiModStep()
501 modStepsByObject[masterObjId].multiModStepId = curMultiModStepId; in createMultiModStep()
515 return modStepsByObject[userMasterObjId].multiModStepId != -1; in isMultiStepStarted()
H A DSQLiteModDbi.h51 qint64 multiModStepId; member
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Formats/src/mysql_dbi/
H A DMysqlModDbi.cpp64 multiModStepId(-1), in MysqlModStepsDescriptor()
239 qSingle.bindInt64(":multiStepId", modStepsByObject[masterObjId].multiModStepId); in createModStep()
243 step.multiStepId = modStepsByObject[masterObjId].multiModStepId; in createModStep()
420 qint64 multiModStepId = modStepsByObject[userMasterObjId].multiModStepId; in endCommonUserModStep() local
424 if (multiModStepId == -1) { in endCommonUserModStep()
476 modStepsByObject[masterObjId].multiModStepId = -1; in endCommonMultiModStep()
522 modStepsByObject[masterObjId].multiModStepId = curMultiModStepId; in createMultiModStep()
538 return modStepsByObject[userMasterObjId].multiModStepId != -1; in isMultiStepStarted()
H A DMysqlModDbi.h51 qint64 multiModStepId; variable