Searched refs:mSourceModelIndex (Results 1 – 2 of 2) sorted by relevance
448 mSourceModelIndex(sourceModelIndex), in ExecutionStep()516 mPlan->recordTemporaryDef(SourceOperandIndex(mSourceModelIndex, sourceOperandIndex), in addOperand()535 mPlan->recordOutputDef(SourceOperandIndex(mSourceModelIndex, sourceOperandIndex), in addOperand()558 mToken.update(&mSourceModelIndex, sizeof(mSourceModelIndex)); in addOperation()600 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()630 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()733 return mPlan->getSourceModels().getModel(mSourceModelIndex); in getSourceModel()818 if (mSourceModelIndex == kMainModelInSourceModels) { in finishStepModel()
269 uint32_t getSourceModelIndex() const { return mSourceModelIndex; } in getSourceModelIndex()326 uint32_t mSourceModelIndex; variable