Searched refs:mSourceModelIndex (Results 1 – 2 of 2) sorted by relevance
189 mSourceModelIndex(sourceModelIndex), in ExecutionStep()269 mPlan->recordTemporaryDef(SourceOperandIndex(mSourceModelIndex, sourceOperandIndex), in addOperand()307 mToken.update(&mSourceModelIndex, sizeof(mSourceModelIndex)); in addOperation()346 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()367 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()428 return mPlan->getSourceModels().getModel(mSourceModelIndex); in getSourceModel()504 if (mSourceModelIndex == kMainModelInSourceModels) { in finishStepModel()
140 uint32_t getSourceModelIndex() const { return mSourceModelIndex; } in getSourceModelIndex()183 uint32_t mSourceModelIndex; variable