Searched refs:annotation_string (Results 1 – 1 of 1) sorted by relevance
1047 std::string annotation_string; in ProcessLine() local1054 annotation_string = maybe_annotated_line.substr(1, end_pos - 1); in ProcessLine()1059 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()1061 : ProfileSampleAnnotation(annotation_string); in ProcessLine()