Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-spec-builders.h>
Public Types | |
typedef Expectation::Set::const_iterator | const_iterator |
typedef Expectation::Set::value_type | value_type |
Public Member Functions | |
ExpectationSet () | |
ExpectationSet (internal::ExpectationBase &exp) | |
ExpectationSet (const Expectation &e) | |
bool | operator== (const ExpectationSet &rhs) const |
bool | operator!= (const ExpectationSet &rhs) const |
ExpectationSet & | operator+= (const Expectation &e) |
int | size () const |
const_iterator | begin () const |
const_iterator | end () const |
Private Attributes | |
Expectation::Set | expectations_ |
Definition at line 563 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 563 of file gmock-spec-builders.h
typedef Expectation::Set::const_iterator testing::ExpectationSet::const_iterator |
Definition at line 566 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 566 of file gmock-spec-builders.h
typedef Expectation::Set::value_type testing::ExpectationSet::value_type |
Definition at line 569 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 569 of file gmock-spec-builders.h
|
inline |
Definition at line 572 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 572 of file gmock-spec-builders.h
|
inline |
Definition at line 577 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 577 of file gmock-spec-builders.h
|
inline |
Definition at line 584 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 584 of file gmock-spec-builders.h
References Acts::UnitConstants::e.
|
inline |
Definition at line 608 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 608 of file gmock-spec-builders.h
References expectations_.
Referenced by testing::internal::TypedExpectation< F >::After(), testing::internal::ExpectationBase::AllPrerequisitesAreSatisfied(), testing::internal::TypedExpectation< F >::ExplainMatchResultTo(), and testing::internal::ExpectationBase::RetireAllPreRequisites().
|
inline |
Definition at line 609 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 609 of file gmock-spec-builders.h
References expectations_.
Referenced by testing::internal::TypedExpectation< F >::After(), testing::internal::ExpectationBase::AllPrerequisitesAreSatisfied(), testing::internal::TypedExpectation< F >::ExplainMatchResultTo(), and testing::internal::ExpectationBase::RetireAllPreRequisites().
|
inline |
Definition at line 597 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 597 of file gmock-spec-builders.h
References check_smearing_config::rhs.
|
inline |
Definition at line 601 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 601 of file gmock-spec-builders.h
References expectations_.
|
inline |
Definition at line 593 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 593 of file gmock-spec-builders.h
References expectations_.
|
inline |
Definition at line 606 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 606 of file gmock-spec-builders.h
References expectations_.
|
private |
Definition at line 612 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 612 of file gmock-spec-builders.h
Referenced by begin(), end(), operator+=(), operator==(), and size().