reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
  101 template <typename F> class TypedExpectation;
  527   friend class ::testing::internal::TypedExpectation;
  841   friend class TypedExpectation;
 1629   template <typename Func> friend class TypedExpectation;

References

utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
  909   TypedExpectation& With(const Matcher<const ArgumentTuple&>& m) {
  927   TypedExpectation& Times(const Cardinality& a_cardinality) {
  933   TypedExpectation& Times(int n) {
  938   TypedExpectation& InSequence(const Sequence& s) {
  948   TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2) {
  951   TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2,
  955   TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2,
  959   TypedExpectation& InSequence(const Sequence& s1, const Sequence& s2,
  966   TypedExpectation& After(const ExpectationSet& s) {
  978   TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2) {
  981   TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2,
  985   TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2,
  989   TypedExpectation& After(const ExpectationSet& s1, const ExpectationSet& s2,
  996   TypedExpectation& WillOnce(const Action<F>& action) {
 1010   TypedExpectation& WillRepeatedly(const Action<F>& action) {
 1035   TypedExpectation& RetiresOnSaturation() {
 1270   internal::TypedExpectation<F>& InternalExpectedAt(
 1603   TypedExpectation<F>& AddNewExpectation(
 1610     TypedExpectation<F>* const expectation =
 1611         new TypedExpectation<F>(this, file, line, source_text, m);
 1689     TypedExpectation<F>* exp = this->FindMatchingExpectationLocked(args);
 1716   TypedExpectation<F>* FindMatchingExpectationLocked(
 1723       TypedExpectation<F>* const exp =
 1757       TypedExpectation<F>* const expectation =