Searched refs:ExpectationBase (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc67 // Constructs an ExpectationBase object.
68 ExpectationBase::ExpectationBase(const char* a_file, function in class:testing::internal::ExpectationBase
84 // Destructs an ExpectationBase object.
85 ExpectationBase::~ExpectationBase() {}
89 void ExpectationBase::SpecifyCardinality(const Cardinality& a_cardinality) {
95 void ExpectationBase::RetireAllPreRequisites()
105 ExpectationBase* const prerequisite = it->expectation_base().get();
115 bool ExpectationBase
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h96 class ExpectationBase;
175 virtual const ExpectationBase* UntypedFindMatchingExpectation(
221 typedef std::vector<internal::linked_ptr<ExpectationBase> >
226 Expectation GetHandleOf(ExpectationBase* exp);
479 // be modified, but the mutable methods of the ExpectationBase
484 // ExpectationBase available yet, leading to incorrect destruction
500 // method on the ExpectationBase objects they reference. Therefore
502 // ExpectationBase object.
503 Expectation(internal::ExpectationBase& exp); // NOLINT
518 friend class ::testing::internal::ExpectationBase;
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc55 void SetCallCount(int n, ExpectationBase* exp) {

Completed in 9 milliseconds