Lines Matching refs:line
32 std::string line = "";
33 return GetSpecialLine(cmd, str, line);
46 std::string line;
47 while (std::getline(file, line)) {
48 if (line.find(str) != string::npos) {
79 std::string line = buffer;
80 if (line.find(str) != string::npos) {
82 specialLine = line;
90 std::string HidumperTestUtils::GetValueInLine(const std::string &line, int index)
92 std::istringstream iss(line);