Lines Matching defs:strTemp
349 std::string strTemp = "";
352 strTemp = tmpLineData;
353 strFileData += strTemp;
355 if (strTemp == prevdata) {
380 std::string strTemp = "";
383 strTemp = tmpLineData;
384 if (strTemp != linedata) {
385 strFileData += strTemp;
412 std::string strTemp = "";
415 strTemp = tmpLineData;
416 if (strTemp != srcdata) {
417 strFileData += strTemp;