Lines Matching refs:matchers
37 // ON_CALL(mock_object, Method(argument-matchers))
46 // EXPECT_CALL(mock_object, Method(argument-matchers))
47 // .With(multi-argument-matchers)
78 #include "gmock/gmock-matchers.h"
286 const ArgumentMatcherTuple& matchers)
288 matchers_(matchers),
319 // Returns true if and only if the given arguments match the matchers.
335 // ON_CALL(mock_object, Method(matchers))
343 // matchers => matchers_
1068 // Returns the matchers for the arguments as specified inside the
1070 const ArgumentMatcherTuple& matchers() const { return matchers_; }
1288 const ArgumentMatcherTuple& matchers)
1289 : function_mocker_(function_mocker), matchers_(matchers) {}
1326 // The argument matchers specified in the spec.
2043 // This macro supports statements both with and without parameter matchers. If