Searched refs:file_content (Results 1 – 1 of 1) sorted by relevance
181 bool AnnotationMatchesSubstring(const string& file_content, in AnnotationMatchesSubstring() argument186 if (end < begin || end > file_content.size()) { in AnnotationMatchesSubstring()189 return file_content.substr(begin, end - begin) == expected_text; in AnnotationMatchesSubstring()