Lines Matching defs:line

280 // Command-line utilities:
284 // GetInjectableArgvs() - returns the command line as a vector of strings.
2105 // Formats a source file path and a line number as they would appear
2107 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line);
2113 int line);
2133 GTestLog(GTestLogSeverity severity, const char* file, int line);
2283 // A copy of all command line arguments. Set by InitGoogleTest().
3013 // Utilities for command line flags and environment variables.
7031 // the current line number. For more details, see
7120 ScopedTrace(const char* file, int line, const Message& message);
7476 bool AddTestName(const char* file, int line, const char* case_name,
7481 FormatFileLocation(file, line).c_str(), test_name, case_name);
7493 const char* file, int line, const char* registered_tests);
7984 #define GTEST_MESSAGE_AT_(file, line, message, result_type) \
7985 ::testing::internal::AssertHelper(result_type, file, line, message) \
8237 const char* file, int line, DeathTest** test);
8301 const char* file, int line, DeathTest** test) = 0;
8308 const char* file, int line, DeathTest** test);
8406 int line() const { return line_; }
8572 // ^ matches the beginning of a string (not that of each line)
8573 // $ matches the end of a string (not that of each line)
10060 const char* file, int line);
10477 int /* line */) {
10571 int line) {
10580 ReportInvalidTestCaseType(test_case_name, file, line);
17123 // Gets the line in the source file where the test part took place,
17155 // The line in the source file where the test part took place, or -1
17156 // if the line number is unknown.
18736 // RUN_ALL_TESTS(). In particular, it parses a command line for the
18931 // The following line prevents this overload from being considered if T2
19141 int line,
19159 : type(t), file(srcfile), line(line_num), message(msg) { }
19163 int const line;
19280 #define ADD_FAILURE_AT(file, line) \
19281 GTEST_MESSAGE_AT_(file, line, "Failed", \
19929 // Causes a trace (including the source file path, the current line
19936 // In the implementation, we include the current line number as part
20050 // RUN_ALL_TESTS() should be invoked after the command line has been