Searched refs:untyped_expectation (Results 1 – 6 of 6) sorted by relevance
437 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local440 const bool found = untyped_expectation != nullptr; in UntypedInvokeWith()461 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()479 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in UntypedInvokeWith()532 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local533 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()538 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()542 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()546 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()547 untyped_expectation->DescribeCallCountTo(&ss); in VerifyAndClearExpectationsLocked()[all …]
1632 const std::shared_ptr<ExpectationBase> untyped_expectation(expectation); in AddNewExpectation()1635 untyped_expectations_.push_back(untyped_expectation); in AddNewExpectation()1640 implicit_sequence->AddExpectation(Expectation(untyped_expectation)); in AddNewExpectation()
10644 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local10647 const bool found = untyped_expectation != NULL; in UntypedInvokeWith()10667 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()10682 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in UntypedInvokeWith()10718 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local10719 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()10724 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()10728 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()10732 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()10733 untyped_expectation->DescribeCallCountTo(&ss); in VerifyAndClearExpectationsLocked()[all …]
11656 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local11660 const bool found = untyped_expectation != NULL; in UntypedInvokeWith()11681 untyped_expectation->DescribeLocationTo(&loc); in UntypedInvokeWith()11697 Expect(false, untyped_expectation->file(), in UntypedInvokeWith()11698 untyped_expectation->line(), ss.str()); in UntypedInvokeWith()11735 ExpectationBase* const untyped_expectation = it->get(); in VerifyAndClearExpectationsLocked() local11736 if (untyped_expectation->IsOverSaturated()) { in VerifyAndClearExpectationsLocked()11741 } else if (!untyped_expectation->IsSatisfied()) { in VerifyAndClearExpectationsLocked()11745 << untyped_expectation->source_text() << "...\n"; in VerifyAndClearExpectationsLocked()11749 untyped_expectation->MaybeDescribeExtraMatcherTo(&ss); in VerifyAndClearExpectationsLocked()[all …]
10120 const linked_ptr<ExpectationBase> untyped_expectation(expectation);10121 untyped_expectations_.push_back(untyped_expectation);10126 implicit_sequence->AddExpectation(Expectation(untyped_expectation));
10788 const linked_ptr<ExpectationBase> untyped_expectation(expectation);10789 untyped_expectations_.push_back(untyped_expectation);10794 implicit_sequence->AddExpectation(Expectation(untyped_expectation));