Searched refs:source_text (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-spec-builders.h | 702 ExpectationBase(const char* file, int line, const std::string& source_text); 709 const char* source_text() const { return source_text_.c_str(); } in source_text() function 1179 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction() 1227 *what << "Mock function call matches " << source_text() <<"...\n"; in GetActionForArguments() 1282 const std::string source_text(std::string("EXPECT_CALL(") + obj + ", " + in InternalExpectedAt() 1284 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt() 1286 file, line, source_text, matchers_); in InternalExpectedAt() 1620 const std::string& source_text, in AddNewExpectation() argument 1625 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation() 1778 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
|
| /freebsd-12.1/contrib/googletest/googlemock/src/ |
| H A D | gmock-spec-builders.cc | 241 << " actions specified in " << source_text() << "...\n" in CheckActionCountIfNotDone() 523 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()
|