Home | History | Annotate | Download | only in gmock

Lines Matching defs:testing

44 namespace testing {
631 // error messages tractable, we define it in the testing namespace
632 // instead of testing::internal. However, this is an INTERNAL TYPE
920 } // namespace testing
1390 class gmock_Impl : public ::testing::ActionInterface<F> {\
1393 typedef typename ::testing::internal::Function<F>::Result return_type;\
1394 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1398 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1413 template <typename F> operator ::testing::Action<F>() const {\
1414 return ::testing::Action<F>(\
1439 typename ::testing::internal::Function<F>::Result\
1451 class gmock_Impl : public ::testing::ActionInterface<F> {\
1454 typedef typename ::testing::internal::Function<F>::Result return_type;\
1455 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1459 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1473 template <typename F> operator ::testing::Action<F>() const {\
1474 return ::testing::Action<F>(new gmock_Impl<F>());\
1487 typename ::testing::internal::Function<F>::Result\
1497 class gmock_Impl : public ::testing::ActionInterface<F> {\
1500 typedef typename ::testing::internal::Function<F>::Result return_type;\
1501 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1505 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1520 template <typename F> operator ::testing::Action<F>() const {\
1521 return ::testing::Action<F>(new gmock_Impl<F>(p0));\
1537 typename ::testing::internal::Function<F>::Result\
1548 class gmock_Impl : public ::testing::ActionInterface<F> {\
1551 typedef typename ::testing::internal::Function<F>::Result return_type;\
1552 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1557 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1573 template <typename F> operator ::testing::Action<F>() const {\
1574 return ::testing::Action<F>(new gmock_Impl<F>(p0, p1));\
1592 typename ::testing::internal::Function<F>::Result\
1603 class gmock_Impl : public ::testing::ActionInterface<F> {\
1606 typedef typename ::testing::internal::Function<F>::Result return_type;\
1607 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1612 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1629 template <typename F> operator ::testing::Action<F>() const {\
1630 return ::testing::Action<F>(new gmock_Impl<F>(p0, p1, p2));\
1649 typename ::testing::internal::Function<F>::Result\
1663 class gmock_Impl : public ::testing::ActionInterface<F> {\
1666 typedef typename ::testing::internal::Function<F>::Result return_type;\
1667 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1673 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1691 template <typename F> operator ::testing::Action<F>() const {\
1692 return ::testing::Action<F>(new gmock_Impl<F>(p0, p1, p2, p3));\
1716 typename ::testing::internal::Function<F>::Result\
1731 class gmock_Impl : public ::testing::ActionInterface<F> {\
1734 typedef typename ::testing::internal::Function<F>::Result return_type;\
1735 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1741 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1760 template <typename F> operator ::testing::Action<F>() const {\
1761 return ::testing::Action<F>(new gmock_Impl<F>(p0, p1, p2, p3, p4));\
1786 typename ::testing::internal::Function<F>::Result\
1801 class gmock_Impl : public ::testing::ActionInterface<F> {\
1804 typedef typename ::testing::internal::Function<F>::Result return_type;\
1805 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1812 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1832 template <typename F> operator ::testing::Action<F>() const {\
1833 return ::testing::Action<F>(new gmock_Impl<F>(p0, p1, p2, p3, p4, p5));\
1859 typename ::testing::internal::Function<F>::Result\
1876 class gmock_Impl : public ::testing::ActionInterface<F> {\
1879 typedef typename ::testing::internal::Function<F>::Result return_type;\
1880 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1887 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1908 template <typename F> operator ::testing::Action<F>() const {\
1909 return ::testing::Action<F>(new gmock_Impl<F>(p0, p1, p2, p3, p4, p5, \
1940 typename ::testing::internal::Function<F>::Result\
1958 class gmock_Impl : public ::testing::ActionInterface<F> {\
1961 typedef typename ::testing::internal::Function<F>::Result return_type;\
1962 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
1970 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
1992 template <typename F> operator ::testing::Action<F>() const {\
1993 return ::testing::Action<F>(new gmock_Impl<F>(p0, p1, p2, p3, p4, p5, \
2026 typename ::testing::internal::Function<F>::Result\
2045 class gmock_Impl : public ::testing::ActionInterface<F> {\
2048 typedef typename ::testing::internal::Function<F>::Result return_type;\
2049 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
2058 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
2081 template <typename F> operator ::testing::Action<F>() const {\
2082 return ::testing::Action<F>(new gmock_Impl<F>(p0, p1, p2, p3, p4, p5, \
2117 typename ::testing::internal::Function<F>::Result\
2137 class gmock_Impl : public ::testing::ActionInterface<F> {\
2140 typedef typename ::testing::internal::Function<F>::Result return_type;\
2141 typedef typename ::testing::internal::Function<F>::ArgumentTuple\
2150 return ::testing::internal::ActionHelper<return_type, gmock_Impl>::\
2174 template <typename F> operator ::testing::Action<F>() const {\
2175 return ::testing::Action<F>(new gmock_Impl<F>(p0, p1, p2, p3, p4, p5, \
2213 typename ::testing::internal::Function<F>::Result\
2219 namespace testing {
2413 } // namespace testing