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

/external/google-breakpad/src/testing/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...]
/external/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...]
/external/v8/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()
105 ExpectationBase* const prerequisite = it->expectation_base().get();
115 bool ExpectationBase
[all...]
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h92 class ExpectationBase;
171 virtual const ExpectationBase* UntypedFindMatchingExpectation(
217 typedef std::vector<internal::linked_ptr<ExpectationBase> >
222 Expectation GetHandleOf(ExpectationBase* exp);
471 // be modified, but the mutable methods of the ExpectationBase
476 // ExpectationBase available yet, leading to incorrect destruction
492 // method on the ExpectationBase objects they reference. Therefore
494 // ExpectationBase object.
495 Expectation(internal::ExpectationBase& exp); // NOLINT
510 friend class ::testing::internal::ExpectationBase;
[all...]
/external/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...]
/external/v8/testing/gmock/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...]
/external/fmtlib/test/
H A Dgmock-gtest-all.cc10517 // Constructs an ExpectationBase object.
10518 ExpectationBase::ExpectationBase(const char* a_file,
10534 // Destructs an ExpectationBase object.
10535 ExpectationBase::~ExpectationBase() {}
10539 void ExpectationBase::SpecifyCardinality(const Cardinality& a_cardinality) {
10545 void ExpectationBase::RetireAllPreRequisites()
10555 ExpectationBase* const prerequisite = it->expectation_base().get();
10565 bool ExpectationBase
[all...]
/external/fmtlib/test/gmock/
H A Dgmock.h8660 class ExpectationBase;
8739 virtual const ExpectationBase* UntypedFindMatchingExpectation(
8785 typedef std::vector<internal::linked_ptr<ExpectationBase> >
8790 Expectation GetHandleOf(ExpectationBase* exp);
9043 // be modified, but the mutable methods of the ExpectationBase
9048 // ExpectationBase available yet, leading to incorrect destruction
9064 // method on the ExpectationBase objects they reference. Therefore
9066 // ExpectationBase object.
9067 Expectation(internal::ExpectationBase& exp); // NOLINT
9082 friend class ::testing::internal::ExpectationBase;
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc55 void SetCallCount(int n, ExpectationBase* exp) {
/external/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc55 void SetCallCount(int n, ExpectationBase* exp) {
/external/v8/testing/gmock/test/
H A Dgmock-spec-builders_test.cc55 void SetCallCount(int n, ExpectationBase* exp) {

Completed in 1532 milliseconds