Lines Matching defs:line
80 // the current line number. For more details, see
478 : file(a_file), line(a_line) {}
481 int line;
588 bool AddTestName(const char* file, int line, const char* case_name,
594 FormatFileLocation(file, line).c_str(), test_name, case_name);
599 ::std::make_pair(test_name, CodeLocation(file, line)));
617 const char* file, int line,
722 code_location.file.c_str(), code_location.line),
724 code_location.file.c_str(), code_location.line),
774 FormatFileLocation(code_location.file.c_str(), code_location.line)
1327 #define GTEST_MESSAGE_AT_(file, line, message, result_type) \
1328 ::testing::internal::AssertHelper(result_type, file, line, message) = \