Searched refs:source_text (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 688 ExpectationBase(const char* file, int line, const std::string& source_text); 695 const char* source_text() const { return source_text_.c_str(); } in source_text() function 1197 ss << "Actions ran out in " << source_text() << "...\n" in GetCurrentAction() 1251 *what << "call matches " << source_text() << "...\n"; in GetActionForArguments() 1309 const std::string source_text(std::string("EXPECT_CALL(") + obj + ", " + in InternalExpectedAt() 1311 LogWithLocation(internal::kInfo, file, line, source_text + " invoked"); in InternalExpectedAt() 1312 return function_mocker_->AddNewExpectation(file, line, source_text, in InternalExpectedAt() 1571 const std::string& source_text, in AddNewExpectation() argument 1576 new TypedExpectation<F>(this, file, line, source_text, m); in AddNewExpectation() 1724 *why << expectation->source_text() << "...\n"; in PrintTriedExpectationsLocked()
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 248 << source_text() << "...\n" in CheckActionCountIfNotDone() 417 ss << "call count doesn't match " << untyped_expectation->source_text() in VerifyAndClearExpectationsLocked()
|