Searched refs:end_pos (Results 1 – 1 of 1) sorted by relevance
1049 size_t end_pos = maybe_annotated_line.find(kAnnotationEnd, 0); in ProcessLine() local1050 if (end_pos == std::string::npos || end_pos == 0) { in ProcessLine()1054 annotation_string = maybe_annotated_line.substr(1, end_pos - 1); in ProcessLine()1056 line = maybe_annotated_line.substr(end_pos + 1); in ProcessLine()