Searched refs:annotation_string (Results 1 – 2 of 2) sorted by relevance
101 auto annotation_string = annotation.ToString(); in get_strict_annotations() local103 if (StartsWith(annotation_string, "@JavaPassthrough(annotation=\"@Deprecated")) { in get_strict_annotations()106 annotations.push_back(annotation_string); in get_strict_annotations()
1349 std::string_view annotation_string; in ProcessLine() local1356 annotation_string = maybe_annotated_line.substr(1, end_pos - 1); in ProcessLine()1361 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()1363 : ProfileSampleAnnotation(std::string(annotation_string)); in ProcessLine()