Lines Matching refs:source_text
684 // source_text is the EXPECT_CALL(...) source that created this Expectation.
685 ExpectationBase(const char* file, int line, const std::string& source_text);
692 const char* source_text() const { return source_text_.c_str(); }
1194 ss << "Actions ran out in " << source_text() << "...\n"
1248 *what << "call matches " << source_text() << "...\n";
1306 const std::string source_text(std::string("EXPECT_CALL(") + obj + ", " +
1308 LogWithLocation(internal::kInfo, file, line, source_text + " invoked");
1309 return function_mocker_->AddNewExpectation(file, line, source_text,
1533 const std::string& source_text,
1538 new TypedExpectation<F>(this, file, line, source_text, m);
1686 *why << expectation->source_text() << "...\n";