Lines Matching defs:testing

47 namespace testing {
52 typename ::testing::tuple_element<i, Tuple>::type
75 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
92 typedef ::testing::tuple<> type;
101 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0)> type;
110 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
120 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
130 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
141 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
152 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
165 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
179 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
194 typedef ::testing::tuple<GMOCK_FIELD_TYPE_(Tuple, k0),
569 ::testing::tuple<> >
571 typedef ::testing::tuple<> Args;
577 ::testing::tuple<
580 typedef ::testing::tuple<
587 ::testing::tuple<
591 typedef ::testing::tuple<
599 ::testing::tuple<
604 typedef ::testing::tuple<
613 ::testing::tuple<
619 typedef ::testing::tuple<
629 ::testing::tuple<
637 typedef ::testing::tuple<
649 ::testing::tuple<
658 typedef ::testing::tuple<
671 ::testing::tuple<
681 typedef ::testing::tuple<
695 ::testing::tuple<
706 typedef ::testing::tuple<
722 ::testing::tuple<
734 typedef ::testing::tuple<
751 ::testing::tuple<
765 typedef ::testing::tuple<
784 ::testing::tuple<> >
786 typedef ::testing::tuple<> Args;
792 ::testing::tuple<
795 typedef ::testing::tuple<
802 ::testing::tuple<
806 typedef ::testing::tuple<
814 ::testing::tuple<
819 typedef ::testing::tuple<
828 ::testing::tuple<
834 typedef ::testing::tuple<
844 ::testing::tuple<
852 typedef ::testing::tuple<
864 ::testing::tuple<
873 typedef ::testing::tuple<
887 ::testing::tuple<
897 typedef ::testing::tuple<
912 ::testing::tuple<
923 typedef ::testing::tuple<
939 ::testing::tuple<
951 typedef ::testing::tuple<
968 ::testing::tuple<
982 typedef ::testing::tuple<
1013 ::testing::AllOf(m2, m3));
1020 ::testing::AllOf(m1, m2),
1021 ::testing::AllOf(m3, m4));
1028 ::testing::AllOf(m1, m2),
1029 ::testing::AllOf(m3, m4, m5));
1037 ::testing::AllOf(m1, m2, m3),
1038 ::testing::AllOf(m4, m5, m6));
1046 ::testing::AllOf(m1, m2, m3),
1047 ::testing::AllOf(m4, m5, m6, m7));
1055 ::testing::AllOf(m1, m2, m3, m4),
1056 ::testing::AllOf(m5, m6, m7, m8));
1065 ::testing::AllOf(m1, m2, m3, m4),
1066 ::testing::AllOf(m5, m6, m7, m8, m9));
1076 ::testing::AllOf(m1, m2, m3, m4, m5),
1077 ::testing::AllOf(m6, m7, m8, m9, m10));
1096 ::testing::AnyOf(m2, m3));
1103 ::testing::AnyOf(m1, m2),
1104 ::testing::AnyOf(m3, m4));
1111 ::testing::AnyOf(m1, m2),
1112 ::testing::AnyOf(m3, m4, m5));
1120 ::testing::AnyOf(m1, m2, m3),
1121 ::testing::AnyOf(m4, m5, m6));
1129 ::testing::AnyOf(m1, m2, m3),
1130 ::testing::AnyOf(m4, m5, m6, m7));
1138 ::testing::AnyOf(m1, m2, m3, m4),
1139 ::testing::AnyOf(m5, m6, m7, m8));
1148 ::testing::AnyOf(m1, m2, m3, m4),
1149 ::testing::AnyOf(m5, m6, m7, m8, m9));
1159 ::testing::AnyOf(m1, m2, m3, m4, m5),
1160 ::testing::AnyOf(m6, m7, m8, m9, m10));
1163 } // namespace testing
1268 // using testing::PrintToString;
1385 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1390 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1398 ::testing::internal::string FormatDescription(bool negation) const {\
1399 const ::testing::internal::string gmock_description = (description);\
1402 return ::testing::internal::FormatMatcherDescription(\
1404 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
1405 ::testing::tuple<>()));\
1410 operator ::testing::Matcher<arg_type>() const {\
1411 return ::testing::Matcher<arg_type>(\
1425 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1433 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1438 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1447 ::testing::internal::string FormatDescription(bool negation) const {\
1448 const ::testing::internal::string gmock_description = (description);\
1451 return ::testing::internal::FormatMatcherDescription(\
1453 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
1454 ::testing::tuple<p0##_type>(p0)));\
1459 operator ::testing::Matcher<arg_type>() const {\
1460 return ::testing::Matcher<arg_type>(\
1477 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1485 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1490 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1500 ::testing::internal::string FormatDescription(bool negation) const {\
1501 const ::testing::internal::string gmock_description = (description);\
1504 return ::testing::internal::FormatMatcherDescription(\
1506 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
1507 ::testing::tuple<p0##_type, p1##_type>(p0, p1)));\
1512 operator ::testing::Matcher<arg_type>() const {\
1513 return ::testing::Matcher<arg_type>(\
1534 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1542 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1547 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1558 ::testing::internal::string FormatDescription(bool negation) const {\
1559 const ::testing::internal::string gmock_description = (description);\
1562 return ::testing::internal::FormatMatcherDescription(\
1564 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
1565 ::testing::tuple<p0##_type, p1##_type, p2##_type>(p0, p1, \
1571 operator ::testing::Matcher<arg_type>() const {\
1572 return ::testing::Matcher<arg_type>(\
1594 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1603 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1609 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1621 ::testing::internal::string FormatDescription(bool negation) const {\
1622 const ::testing::internal::string gmock_description = (description);\
1625 return ::testing::internal::FormatMatcherDescription(\
1627 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
1628 ::testing::tuple<p0##_type, p1##_type, p2##_type, \
1634 operator ::testing::Matcher<arg_type>() const {\
1635 return ::testing::Matcher<arg_type>(\
1663 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1672 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1679 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1692 ::testing::internal::string FormatDescription(bool negation) const {\
1693 const ::testing::internal::string gmock_description = (description);\
1696 return ::testing::internal::FormatMatcherDescription(\
1698 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
1699 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
1705 operator ::testing::Matcher<arg_type>() const {\
1706 return ::testing::Matcher<arg_type>(\
1736 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1745 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1752 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1766 ::testing::internal::string FormatDescription(bool negation) const {\
1767 const ::testing::internal::string gmock_description = (description);\
1770 return ::testing::internal::FormatMatcherDescription(\
1772 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
1773 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
1779 operator ::testing::Matcher<arg_type>() const {\
1780 return ::testing::Matcher<arg_type>(\
1811 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1821 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1829 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1844 ::testing::internal::string FormatDescription(bool negation) const {\
1845 const ::testing::internal::string gmock_description = (description);\
1848 return ::testing::internal::FormatMatcherDescription(\
1850 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
1851 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
1858 operator ::testing::Matcher<arg_type>() const {\
1859 return ::testing::Matcher<arg_type>(\
1895 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1905 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
1913 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
1929 ::testing::internal::string FormatDescription(bool negation) const {\
1930 const ::testing::internal::string gmock_description = (description);\
1933 return ::testing::internal::FormatMatcherDescription(\
1935 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
1936 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
1943 operator ::testing::Matcher<arg_type>() const {\
1944 return ::testing::Matcher<arg_type>(\
1984 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
1994 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
2003 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
2020 ::testing::internal::string FormatDescription(bool negation) const {\
2021 const ::testing::internal::string gmock_description = (description);\
2024 return ::testing::internal::FormatMatcherDescription(\
2026 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
2027 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
2034 operator ::testing::Matcher<arg_type>() const {\
2035 return ::testing::Matcher<arg_type>(\
2077 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\
2088 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
2098 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
2116 ::testing::internal::string FormatDescription(bool negation) const {\
2117 const ::testing::internal::string gmock_description = (description);\
2120 return ::testing::internal::FormatMatcherDescription(\
2122 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
2123 ::testing::tuple<p0##_type, p1##_type, p2##_type, p3##_type, \
2130 operator ::testing::Matcher<arg_type>() const {\
2131 return ::testing::Matcher<arg_type>(\
2176 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\