Searched refs:untyped_expectation (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 401 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local 402 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked() 407 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked() 412 untyped_expectation->GetDescription(); in VerifyAndClearExpectationsLocked() 417 ss << "call count doesn't match " << untyped_expectation->source_text() in VerifyAndClearExpectationsLocked() 422 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked() 423 untyped_expectation->DescribeCallCountTo(&ss); in VerifyAndClearExpectationsLocked() 424 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in VerifyAndClearExpectationsLocked()
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 1415 const ExpectationBase* untyped_expectation; member 1427 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in ~FailureCleanupHandler() 1577 const std::shared_ptr<ExpectationBase> untyped_expectation(expectation); in AddNewExpectation() 1580 untyped_expectations_.push_back(untyped_expectation); in AddNewExpectation() 1585 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation() 1857 const ExpectationBase* const untyped_expectation = in InvokeWith() local 1860 const bool found = untyped_expectation != nullptr; in InvokeWith() 1879 untyped_expectation->DescribeLocationTo(&loc); in InvokeWith() 1893 ss, why, loc, untyped_expectation, found, is_excessive in InvokeWith()
|