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 string& source_text);
692 const char* source_text() const { return source_text_.c_str(); }
1160 ss << "Actions ran out in " << source_text() << "...\n"
1208 *what << "Mock function call matches " << source_text() <<"...\n";
1262 const string source_text(string("EXPECT_CALL(") + obj + ", " + call + ")");
1263 LogWithLocation(internal::kInfo, file, line, source_text + " invoked");
1265 file, line, source_text, matchers_);
1531 const string& source_text,
1536 new TypedExpectation<F>(this, file, line, source_text, m);
1689 *why << expectation->source_text() << "...\n";