Home | History | Annotate | Download | only in slang

Lines Matching refs:ef

158         const RSExportForEach *ef = *I;
159 if (ef->isDummyRoot()) {
165 tmp << "void forEach_" << ef->getName() << "(";
166 if(ef->hasIn() && ef->hasOut()) {
169 } else if(ef->hasIn()) {
175 if(ef->getParamPacketType()) {
176 for(RSExportForEach::const_param_iterator i = ef->params_begin(),
177 e = ef->params_end(); i != e; i++) {
260 const RSExportForEach *ef = *I;
261 if (ef->isDummyRoot()) {
267 tmp << "void " << mClassName << "::forEach_" << ef->getName() << "(";
268 if(ef->hasIn() && ef->hasOut()) {
271 } else if(ef->hasIn()) {
281 if(ef->hasIn() && ef->hasOut()) {
283 } else if(ef->hasIn()) {