Lines Matching refs:file
32 // This header file declares functions and macros used internally by
493 : file(a_file), line(a_line) {}
495 std::string file;
603 bool AddTestName(const char* file, int line, const char* case_name,
609 FormatFileLocation(file, line).c_str(), test_name, case_name);
614 ::std::make_pair(test_name, CodeLocation(file, line)));
632 const char* file, int line,
737 code_location.file.c_str(), code_location.line),
739 code_location.file.c_str(), code_location.line),
789 FormatFileLocation(code_location.file.c_str(), code_location.line)
1340 #define GTEST_MESSAGE_AT_(file, line, message, result_type) \
1341 ::testing::internal::AssertHelper(result_type, file, line, message) = \