Searched refs:untyped_expectation (Results 1 – 2 of 2) sorted by relevance
385 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local389 const bool found = untyped_expectation != NULL; in UntypedInvokeWith()410 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()426 Expect(false, untyped_expectation->file(), in UntypedInvokeWith()427 untyped_expectation->line(), ss.str()); in UntypedInvokeWith()464 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local465 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()470 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()474 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()478 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()[all …]
1537 const linked_ptr<ExpectationBase> untyped_expectation(expectation); in AddNewExpectation()1538 untyped_expectations_.push_back(untyped_expectation); in AddNewExpectation()1543 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()