Home
last modified time | relevance | path

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

/external/v8/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()
105 ExpectationBase* const prerequisite = it->expectation_base().get(); in RetireAllPreRequisites()
115 bool ExpectationBase::AllPrerequisitesAreSatisfied() const in AllPrerequisitesAreSatisfied()
128 void ExpectationBase::FindUnsatisfiedPrerequisites(ExpectationSet* result) const in FindUnsatisfiedPrerequisites()
150 void ExpectationBase::DescribeCallCountTo(::std::ostream* os) const in DescribeCallCountTo()
173 void ExpectationBase::CheckActionCountIfNotDone() const in CheckActionCountIfNotDone()
225 void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) { in UntypedTimes()
[all …]
/external/google-breakpad/src/testing/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()
105 ExpectationBase* const prerequisite = it->expectation_base().get(); in RetireAllPreRequisites()
115 bool ExpectationBase::AllPrerequisitesAreSatisfied() const in AllPrerequisitesAreSatisfied()
128 void ExpectationBase::FindUnsatisfiedPrerequisites(ExpectationSet* result) const in FindUnsatisfiedPrerequisites()
150 void ExpectationBase::DescribeCallCountTo(::std::ostream* os) const in DescribeCallCountTo()
173 void ExpectationBase::CheckActionCountIfNotDone() const in CheckActionCountIfNotDone()
225 void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) { in UntypedTimes()
[all …]
/external/googletest/googlemock/src/
Dgmock-spec-builders.cc68 ExpectationBase::ExpectationBase(const char* a_file, int a_line, in ExpectationBase() function in testing::internal::ExpectationBase
84 ExpectationBase::~ExpectationBase() {} in ~ExpectationBase()
88 void ExpectationBase::SpecifyCardinality(const Cardinality& a_cardinality) { in SpecifyCardinality()
94 void ExpectationBase::RetireAllPreRequisites() in RetireAllPreRequisites()
104 ExpectationBase* const prerequisite = it->expectation_base().get(); in RetireAllPreRequisites()
114 bool ExpectationBase::AllPrerequisitesAreSatisfied() const in AllPrerequisitesAreSatisfied()
127 void ExpectationBase::FindUnsatisfiedPrerequisites(ExpectationSet* result) const in FindUnsatisfiedPrerequisites()
149 void ExpectationBase::DescribeCallCountTo(::std::ostream* os) const in DescribeCallCountTo()
172 void ExpectationBase::CheckActionCountIfNotDone() const in CheckActionCountIfNotDone()
224 void ExpectationBase::UntypedTimes(const Cardinality& a_cardinality) { in UntypedTimes()
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h92 class ExpectationBase; variable
171 virtual const ExpectationBase* UntypedFindMatchingExpectation(
217 typedef std::vector<internal::linked_ptr<ExpectationBase> >
222 Expectation GetHandleOf(ExpectationBase* exp);
495 Expectation(internal::ExpectationBase& exp); // NOLINT
510 friend class ::testing::internal::ExpectationBase;
530 const internal::linked_ptr<internal::ExpectationBase>& expectation_base);
533 const internal::linked_ptr<internal::ExpectationBase>&
539 internal::linked_ptr<internal::ExpectationBase> expectation_base_;
569 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet()
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h96 class ExpectationBase; variable
174 virtual const ExpectationBase* UntypedFindMatchingExpectation(
220 typedef std::vector<internal::linked_ptr<ExpectationBase> >
225 Expectation GetHandleOf(ExpectationBase* exp);
503 Expectation(internal::ExpectationBase& exp); // NOLINT
518 friend class ::testing::internal::ExpectationBase;
538 const internal::linked_ptr<internal::ExpectationBase>& expectation_base);
541 const internal::linked_ptr<internal::ExpectationBase>&
547 internal::linked_ptr<internal::ExpectationBase> expectation_base_;
577 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet()
[all …]
/external/v8/testing/gmock/include/gmock/
Dgmock-spec-builders.h96 class ExpectationBase; variable
175 virtual const ExpectationBase* UntypedFindMatchingExpectation(
221 typedef std::vector<internal::linked_ptr<ExpectationBase> >
226 Expectation GetHandleOf(ExpectationBase* exp);
503 Expectation(internal::ExpectationBase& exp); // NOLINT
518 friend class ::testing::internal::ExpectationBase;
538 const internal::linked_ptr<internal::ExpectationBase>& expectation_base);
541 const internal::linked_ptr<internal::ExpectationBase>&
547 internal::linked_ptr<internal::ExpectationBase> expectation_base_;
577 ExpectationSet(internal::ExpectationBase& exp) { // NOLINT in ExpectationSet()
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-spec-builders_test.cc55 void SetCallCount(int n, ExpectationBase* exp) { in SetCallCount()
/external/v8/testing/gmock/test/
Dgmock-spec-builders_test.cc55 void SetCallCount(int n, ExpectationBase* exp) { in SetCallCount()
/external/googletest/googlemock/test/
Dgmock-spec-builders_test.cc55 void SetCallCount(int n, ExpectationBase* exp) { in SetCallCount()