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
 1577   friend class MockSpec;

References

utils/unittest/googlemock/include/gmock/gmock-generated-function-mockers.h
   73   MockSpec<F>& With() {
   93   MockSpec<F>& With(const Matcher<A1>& m1) {
  114   MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2) {
  135   MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
  157   MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
  180   MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
  203   MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
  228   MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
  253   MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
  278   MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
  305   MockSpec<F>& With(const Matcher<A1>& m1, const Matcher<A2>& m2,
utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
 1626   MockSpec<F>& current_spec() { return current_spec_; }
 1772   MockSpec<F> current_spec_;