Searched refs:tryExecutionStep (Results 1 – 3 of 3) sorted by relevance
367 ExecutionStep* tryExecutionStep() { return std::get_if<ExecutionStep>(&mStep); } in tryExecutionStep() function373 const ExecutionStep* tryExecutionStep() const { return std::get_if<ExecutionStep>(&mStep); } in tryExecutionStep() function
401 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in findTempsAsStepModelOutputs()631 if (ExecutionStep* step = logicalStep->tryExecutionStep()) { in finish()887 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in makeController()1159 } else if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in nextCompound()1561 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachStepRoleOfInput()1580 if (const ExecutionStep* step = logicalStep->tryExecutionStep()) { in forEachStepRoleOfOutput()
1199 if (const auto* executionStep = step->tryExecutionStep()) { in TEST_P()1206 if (const auto executionStep = steps[i]->tryExecutionStep()) { in TEST_P()