Home | History | Annotate | Download | only in test

Lines Matching refs:nit

188         vector<string>::const_iterator nit = detectorNames.begin();
189 for( ; nit != detectorNames.end(); ++nit )
191 validationFS << *nit;
198 nit = detectorNames.begin();
199 for( int di = 0; nit != detectorNames.end(); ++nit, di++ )
201 validationFS << *nit << "{";