Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
H A Dgmock-spec-builders.cc376 if (untyped_expectations_.size() == 0) { in UntypedInvokeWith()
489 untyped_expectations_.begin(); in GetHandleOf()
490 it != untyped_expectations_.end(); ++it) { in GetHandleOf()
510 untyped_expectations_.begin(); in VerifyAndClearExpectationsLocked()
511 it != untyped_expectations_.end(); ++it) { in VerifyAndClearExpectationsLocked()
541 untyped_expectations_.swap(expectations_to_delete); in VerifyAndClearExpectationsLocked()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h250 UntypedExpectations untyped_expectations_; variable
1636 untyped_expectations_.push_back(untyped_expectation); in AddNewExpectation()
1739 untyped_expectations_.rbegin(); in FindMatchingExpectationLocked()
1740 it != untyped_expectations_.rend(); ++it) { in FindMatchingExpectationLocked()
1769 const size_t count = untyped_expectations_.size(); in PrintTriedExpectationsLocked()
1776 static_cast<TypedExpectation<F>*>(untyped_expectations_[i].get()); in PrintTriedExpectationsLocked()