Searched refs:InIdx (Results 1 – 1 of 1) sorted by relevance
1250 const RSExportReduce *ER, size_t InIdx) { in getReduceInputStrings() argument1251 InputParamName = NamePrefix + std::to_string(InIdx+1); in getReduceInputStrings()1254 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx]; in getReduceInputStrings()1260 ER->getAccumulatorInTypes()[InIdx]->convertToRTD(&InTypeData); in getReduceInputStrings()1269 …putParamName + " = \"" + TypeString + std::string(ER->getAccumulatorIns()[InIdx]->getName()) + "\"… in getReduceInputStrings()1348 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceArrayVariant() local1349 const RSExportType *const InType = InTypes[InIdx]; in genExportReduceArrayVariant()1374 RSReflectionTypeData &InTypeData = InsTypeData[InIdx]; in genExportReduceArrayVariant()1382 getReduceInputStrings(InputParamName, InputComment, "in", MappingCommentWithoutType, ER, InIdx); in genExportReduceArrayVariant()1404 for (size_t InIdx = 0, InEnd = Ins.size(); InIdx < InEnd; ++InIdx) { in genExportReduceArrayVariant() local[all …]