Lines Matching refs:file

34 // This file implements the ON_CALL() and EXPECT_CALL() macros.
251 // Where in the source file was the default action spec defined?
252 const char* file() const { return file_; }
350 // source file that contains the statement => file_
455 const void* mock_obj, const char* file, int line)
693 ExpectationBase(const char* file, int line, const string& source_text);
697 // Where in the source file was the expectation spec defined?
698 const char* file() const { return file_; }
704 // Describes the source file location of this expectation.
706 *os << FormatFileLocation(file(), line()) << " ";
846 const char* file_; // The file that contains the expectation.
1240 // Logs a message including file and line number information.
1242 const char* file, int line,
1260 const char* file, int line, const char* obj, const char* call) {
1261 LogWithLocation(internal::kInfo, file, line,
1263 return function_mocker_->AddNewOnCallSpec(file, line, matchers_);
1269 const char* file, int line, const char* obj, const char* call) {
1271 LogWithLocation(internal::kInfo, file, line, source_text + " invoked");
1273 file, line, source_text, matchers_);
1591 const char* file, int line,
1594 Mock::RegisterUseByOnCallOrExpectCall(MockObject(), file, line);
1595 OnCallSpec<F>* const on_call_spec = new OnCallSpec<F>(file, line, m);
1602 const char* file,
1607 Mock::RegisterUseByOnCallOrExpectCall(MockObject(), file, line);
1609 new TypedExpectation<F>(this, file, line, source_text, m);
1644 << FormatFileLocation(spec->file(), spec->line()) << "\n";
1804 // inside a header file. However, the MockSpec class template is