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

References

utils/unittest/googlemock/include/gmock/gmock-generated-function-mockers.h
   74     return this->current_spec();
   94     this->current_spec().SetMatchers(::testing::make_tuple(m1));
   95     return this->current_spec();
  115     this->current_spec().SetMatchers(::testing::make_tuple(m1, m2));
  116     return this->current_spec();
  137     this->current_spec().SetMatchers(::testing::make_tuple(m1, m2, m3));
  138     return this->current_spec();
  159     this->current_spec().SetMatchers(::testing::make_tuple(m1, m2, m3, m4));
  160     return this->current_spec();
  182     this->current_spec().SetMatchers(::testing::make_tuple(m1, m2, m3, m4, m5));
  183     return this->current_spec();