Lines Matching defs:file
34 // This file implements the ON_CALL() and EXPECT_CALL() macros.
247 // Where in the source file was the default action spec defined?
248 const char* file() const { return file_; }
346 // source file that contains the statement => file_
447 const void* mock_obj, const char* file, int line)
685 ExpectationBase(const char* file, int line, const string& source_text);
689 // Where in the source file was the expectation spec defined?
690 const char* file() const { return file_; }
696 // Describes the source file location of this expectation.
698 *os << FormatFileLocation(file(), line()) << " ";
838 const char* file_; // The file that contains the expectation.
1232 // Logs a message including file and line number information.
1234 const char* file, int line,
1252 const char* file, int line, const char* obj, const char* call) {
1253 LogWithLocation(internal::kInfo, file, line,
1255 return function_mocker_->AddNewOnCallSpec(file, line, matchers_);
1261 const char* file, int line, const char* obj, const char* call) {
1263 LogWithLocation(internal::kInfo, file, line, source_text + " invoked");
1265 file, line, source_text, matchers_);
1518 const char* file, int line,
1521 Mock::RegisterUseByOnCallOrExpectCall(MockObject(), file, line);
1522 OnCallSpec<F>* const on_call_spec = new OnCallSpec<F>(file, line, m);
1529 const char* file,
1534 Mock::RegisterUseByOnCallOrExpectCall(MockObject(), file, line);
1536 new TypedExpectation<F>(this, file, line, source_text, m);
1571 << FormatFileLocation(spec->file(), spec->line()) << "\n";
1731 // inside a header file. However, the MockSpec class template is