Searched refs:first_new_line_index (Results 1 – 1 of 1) sorted by relevance
420 std::size_t first_new_line_index = result_str.find_first_of('\n'); in DoExecute() local422 if (first_new_line_index != last_new_line_index) in DoExecute()423 res.AppendMessage((result_str.substr(first_new_line_index + 1, in DoExecute()425 first_new_line_index - 1)) in DoExecute()