Searched refs:endText (Results 1 – 3 of 3) sorted by relevance
553 const endText = text.substring(lineMap[lc]); constant554 if (endText.length > 0) {555 lines[lc] = endText;
884 std::string endText ("#endTestCaseResult"); in runTestsInSubprocess() local886 std::size_t endPos = subQpaText.rfind(endText); in runTestsInSubprocess()890 … + std::string(subQpaText.begin() + beginPos, subQpaText.begin() + endPos + endText.size()) + "\n"; in runTestsInSubprocess()