Searched refs:untyped_expectation (Results 1 – 2 of 2) sorted by relevance
432 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local436 const bool found = untyped_expectation != nullptr; in UntypedInvokeWith()457 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()472 Expect(false, untyped_expectation->file(), in UntypedInvokeWith()473 untyped_expectation->line(), ss.str()); in UntypedInvokeWith()512 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local513 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()518 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()522 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()526 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()[all …]
1633 const std::shared_ptr<ExpectationBase> untyped_expectation(expectation); in AddNewExpectation()1636 untyped_expectations_.push_back(untyped_expectation); in AddNewExpectation()1641 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()