HomeSort by relevance Sort by last modified time
    Searched full:expectationbase (Results 1 - 3 of 3) sorted by null

  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 67 // Constructs an ExpectationBase object.
68 ExpectationBase::ExpectationBase(const char* a_file,
84 // Destructs an ExpectationBase object.
85 ExpectationBase::~ExpectationBase() {}
89 void ExpectationBase::SpecifyCardinality(const Cardinality& a_cardinality) {
95 void ExpectationBase::RetireAllPreRequisites() {
104 ExpectationBase* const prerequisite = it->expectation_base().get();
115 bool ExpectationBase::AllPrerequisitesAreSatisfied() const
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 92 class ExpectationBase;
171 virtual const ExpectationBase* UntypedFindMatchingExpectation(
216 typedef std::vector<internal::linked_ptr<ExpectationBase> >
221 Expectation GetHandleOf(ExpectationBase* exp);
466 // be modified, but the mutable methods of the ExpectationBase
471 // ExpectationBase available yet, leading to incorrect destruction
487 // method on the ExpectationBase objects they reference. Therefore
489 // ExpectationBase object.
490 Expectation(internal::ExpectationBase& exp); // NOLINT
505 friend class ::testing::internal::ExpectationBase;
    [all...]
  /external/chromium/testing/gmock/test/
gmock-spec-builders_test.cc 55 void SetCallCount(int n, ExpectationBase* exp) {
    [all...]

Completed in 102 milliseconds