Lines Matching refs:line

244   int line() const { return line_; }
342 // line number of the statement => line_
451 const char* file, int line)
685 ExpectationBase(const char* file, int line, const std::string& source_text);
691 int line() const { return line_; }
698 *os << FormatFileLocation(file(), line()) << " ";
843 int line_; // The line number of the expectation.
1169 // This line is here just for completeness' sake. It will never
1273 // Logs a message including file and line number information.
1275 const char* file, int line,
1294 int line, const char* obj,
1296 LogWithLocation(internal::kInfo, file, line,
1298 return function_mocker_->AddNewOnCallSpec(file, line, matchers_);
1303 internal::TypedExpectation<F>& InternalExpectedAt(const char* file, int line,
1308 LogWithLocation(internal::kInfo, file, line, source_text + " invoked");
1309 return function_mocker_->AddNewExpectation(file, line, source_text,
1522 OnCallSpec<F>& AddNewOnCallSpec(const char* file, int line,
1525 Mock::RegisterUseByOnCallOrExpectCall(MockObject(), file, line);
1526 OnCallSpec<F>* const on_call_spec = new OnCallSpec<F>(file, line, m);
1532 TypedExpectation<F>& AddNewExpectation(const char* file, int line,
1536 Mock::RegisterUseByOnCallOrExpectCall(MockObject(), file, line);
1538 new TypedExpectation<F>(this, file, line, source_text, m);
1571 << FormatFileLocation(spec->file(), spec->line()) << "\n";
1618 // This line must be done before calling GetActionForArguments(),
1850 Expect(false, untyped_expectation->file(), untyped_expectation->line(),
2005 // meant to be defined in the ::testing namespace. The following line