Searched refs:InIdx (Results 1 – 1 of 1) sorted by relevance
1054 const RSExportReduce *ER, size_t InIdx) { in getReduceInputStrings() argument1055 InputParamName = NamePrefix + std::to_string(InIdx+1); in getReduceInputStrings()1058 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx]; in getReduceInputStrings()1064 ER->getAccumulatorInTypes()[InIdx]->convertToRTD(&InTypeData); in getReduceInputStrings()1073 …putParamName + " = \"" + TypeString + std::string(ER->getAccumulatorIns()[InIdx]->getName()) + "\"… in getReduceInputStrings()1143 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceArrayVariant() local1144 const RSExportType *const InType = InTypes[InIdx]; in genExportReduceArrayVariant()1169 RSReflectionTypeData &InTypeData = InsTypeData[InIdx]; in genExportReduceArrayVariant()1177 getReduceInputStrings(InputParamName, InputComment, "in", MappingCommentWithoutType, ER, InIdx); in genExportReduceArrayVariant()1199 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceArrayVariant() local[all …]