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

/external/chromium/testing/gmock/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() {
104 ExpectationBase* const prerequisite = it->expectation_base().get();
115 bool ExpectationBase
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h92 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/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc9644 // Constructs an ExpectationBase object.
9645 ExpectationBase::ExpectationBase(const char* a_file,
9661 // Destructs an ExpectationBase object.
9662 ExpectationBase::~ExpectationBase() {}
9666 void ExpectationBase::SpecifyCardinality(const Cardinality& a_cardinality) {
9672 void ExpectationBase::RetireAllPreRequisites() {
9681 ExpectationBase* const prerequisite = it->expectation_base().get();
9692 bool ExpectationBase
[all...]
/external/ceres-solver/internal/ceres/gmock/
H A Dgmock.h7696 class ExpectationBase;
7775 virtual const ExpectationBase* UntypedFindMatchingExpectation(
7820 typedef std::vector<internal::linked_ptr<ExpectationBase> >
7825 Expectation GetHandleOf(ExpectationBase* exp);
8070 // be modified, but the mutable methods of the ExpectationBase
8075 // ExpectationBase available yet, leading to incorrect destruction
8091 // method on the ExpectationBase objects they reference. Therefore
8093 // ExpectationBase object.
8094 Expectation(internal::ExpectationBase& exp); // NOLINT
8109 friend class ::testing::internal::ExpectationBase;
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-spec-builders_test.cc55 void SetCallCount(int n, ExpectationBase* exp) {

Completed in 378 milliseconds