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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc341 if (untyped_expectations_.size() == 0) {
451 untyped_expectations_.begin();
452 it != untyped_expectations_.end(); ++it) {
472 untyped_expectations_.begin();
473 it != untyped_expectations_.end(); ++it) {
503 untyped_expectations_.swap(expectations_to_delete);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h241 UntypedExpectations untyped_expectations_; member in class:testing::internal::UntypedFunctionMockerBase
1611 untyped_expectations_.push_back(untyped_expectation);
1719 untyped_expectations_.rbegin();
1720 it != untyped_expectations_.rend(); ++it) {
1749 const int count = static_cast<int>(untyped_expectations_.size());
1756 static_cast<TypedExpectation<F>*>(untyped_expectations_[i].get());

Completed in 12 milliseconds