Home
last modified time | relevance | path

Searched refs:untyped_expectation (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc432 const ExpectationBase* const untyped_expectation = in UntypedInvokeWith() local
436 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() local
513 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1633 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()