Home
last modified time | relevance | path

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

/external/chromium/testing/gmock/src/
Dgmock-spec-builders.cc68 ExpectationBase::ExpectationBase(const char* a_file, in ExpectationBase() function in testing::internal::ExpectationBase
85 ExpectationBase::~ExpectationBase() {} in ~ExpectationBase()
89 void ExpectationBase::SpecifyCardinality(const Cardinality& a_cardinality) { in SpecifyCardinality()
95 void ExpectationBase::RetireAllPreRequisites() { in RetireAllPreRequisites()
104 ExpectationBase* const prerequisite = it->expectation_base().get(); in RetireAllPreRequisites()
115 bool ExpectationBase::AllPrerequisitesAreSatisfied() const { in AllPrerequisitesAreSatisfied()
128 void ExpectationBase::FindUnsatisfiedPrerequisites( in FindUnsatisfiedPrerequisites()
151 void ExpectationBase::DescribeCallCountTo(::std::ostream* os) const { in DescribeCallCountTo()
174 void ExpectationBase::CheckActionCountIfNotDone() const { in CheckActionCountIfNotDone()
225 void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) { in UntypedTimes()
[all …]
/external/chromium/testing/gmock/include/gmock/
Dgmock-spec-builders.h92 class ExpectationBase; variable
171 virtual const ExpectationBase* UntypedFindMatchingExpectation(
216 typedef std::vector<internal::linked_ptr<ExpectationBase> >
221 Expectation GetHandleOf(ExpectationBase* exp);
490 Expectation(internal::ExpectationBase& exp); // NOLINT
505 friend class ::testing::internal::ExpectationBase;
525 const internal::linked_ptr<internal::ExpectationBase>& expectation_base);
528 const internal::linked_ptr<internal::ExpectationBase>&
534 internal::linked_ptr<internal::ExpectationBase> expectation_base_;
564 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet()
[all …]
/external/chromium/testing/gmock/test/
Dgmock-spec-builders_test.cc55 void SetCallCount(int n, ExpectationBase* exp) { in SetCallCount()