Searched refs:run_pos (Results 1 – 1 of 1) sorted by relevance
1316 size_t run_pos = full_output.find(std::string("[ RUN ] ") + in GetTestOutputSnippet() local1318 if (run_pos == std::string::npos) in GetTestOutputSnippet()1323 run_pos); in GetTestOutputSnippet()1330 run_pos); in GetTestOutputSnippet()1338 std::string snippet(full_output.substr(run_pos)); in GetTestOutputSnippet()1340 snippet = full_output.substr(run_pos, end_pos - run_pos); in GetTestOutputSnippet()