Searched defs:file_content (Results 1 – 4 of 4) sorted by relevance
110 def CopywriteChecker(file_content, unused_file_path): argument117 def EOFOneAndOnlyOneNewlineAdder(file_content, file_path): argument126 def SvnEOLChecker(file_content, file_path): argument
70 char file_content; in main() local
44 std::string file_content{"text line1\ntext line2\n"}; in TEST() local
181 bool AnnotationMatchesSubstring(const string& file_content, in AnnotationMatchesSubstring()