Searched refs:mSourceModelIndex (Results 1 – 2 of 2) sorted by relevance
408 mSourceModelIndex(sourceModelIndex), in ExecutionStep()476 mPlan->recordTemporaryDef(SourceOperandIndex(mSourceModelIndex, sourceOperandIndex), in addOperand()495 mPlan->recordOutputDef(SourceOperandIndex(mSourceModelIndex, sourceOperandIndex), in addOperand()518 mToken.update(&mSourceModelIndex, sizeof(mSourceModelIndex)); in addOperation()560 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()590 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs()693 return mPlan->getSourceModels().getModel(mSourceModelIndex); in getSourceModel()778 if (mSourceModelIndex == kMainModelInSourceModels) { in finishStepModel()
269 uint32_t getSourceModelIndex() const { return mSourceModelIndex; } in getSourceModelIndex()326 uint32_t mSourceModelIndex; variable