Searched refs:itStart (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/cppunit/cppunit/
H A DCompilerOutputter.cpp189 string::iterator itStart = message.begin(); local
192 string::iterator itEol = find( itStart,
195 lines.push_back( message.substr( itStart - message.begin(),
196 itEol - itStart ) );
199 itStart = itEol +1;

Completed in 79 milliseconds