Lines Matching refs:line
1368 std::string line;1371 while (getline(f, line))1374 line = trim(line);1377 line = line.substr(0, line.find_last_of(','));1380 if (line.size() < 2)1386 CAPTURE(line)1387 json j = json::parse(line);1388 CHECK(j.dump() == line);