Searched refs:logStream (Results 1 – 1 of 1) sorted by relevance
542 std::stringstream logStream(hilogStr); in FillHilog() local544 for (int count = 0; count < REPORT_HILOG_LINE && getline(logStream, oneLine); count++) { in FillHilog()