Home
last modified time | relevance | path

Searched refs:findMatchingCandidates (Results 1 – 3 of 3) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/support/
H A DWorkflowUtils.h74 …static QList<Descriptor> findMatchingCandidates(DataTypePtr from, DataTypePtr to, const Descriptor…
75 static QList<Descriptor> findMatchingCandidates(DataTypePtr from, DataTypePtr elementDatatype);
H A DWorkflowUtils.cpp385 QList<Descriptor> WorkflowUtils::findMatchingCandidates(DataTypePtr from, DataTypePtr elementDataty… in findMatchingCandidates() function in U2::WorkflowUtils
395 QList<Descriptor> WorkflowUtils::findMatchingCandidates(DataTypePtr from, DataTypePtr to, const Des… in findMatchingCandidates() function in U2::WorkflowUtils
396 return findMatchingCandidates(from, to->getDatatypeByDescriptor(key)); in findMatchingCandidates()
H A DMapDatatypeEditor.cpp154 QList<Descriptor> candidates = WorkflowUtils::findMatchingCandidates(from, to, key); in createGUI()