Lines Matching refs:description

1181 // The description string documents what the matcher does, and is used
1184 // C++ source files, we require the description to be a C-string
1187 // description.
1209 // where the description "is even" is automatically calculated from the
1247 // Note that both the matcher description and its parameter are
1264 // false, the expression should evaluate to the matcher's description;
1265 // otherwise it should evaluate to the description of the negation of
1285 // If you specify "" as the description, the failure message will
1333 // Sometimes the matcher description alone isn't enough to explain why
1381 #define MATCHER(name, description)\
1399 const ::testing::internal::string gmock_description = (description);\
1428 #define MATCHER_P(name, p0, description)\
1448 const ::testing::internal::string gmock_description = (description);\
1480 #define MATCHER_P2(name, p0, p1, description)\
1501 const ::testing::internal::string gmock_description = (description);\
1537 #define MATCHER_P3(name, p0, p1, p2, description)\
1559 const ::testing::internal::string gmock_description = (description);\
1597 #define MATCHER_P4(name, p0, p1, p2, p3, description)\
1622 const ::testing::internal::string gmock_description = (description);\
1666 #define MATCHER_P5(name, p0, p1, p2, p3, p4, description)\
1693 const ::testing::internal::string gmock_description = (description);\
1739 #define MATCHER_P6(name, p0, p1, p2, p3, p4, p5, description)\
1767 const ::testing::internal::string gmock_description = (description);\
1814 #define MATCHER_P7(name, p0, p1, p2, p3, p4, p5, p6, description)\
1845 const ::testing::internal::string gmock_description = (description);\
1898 #define MATCHER_P8(name, p0, p1, p2, p3, p4, p5, p6, p7, description)\
1930 const ::testing::internal::string gmock_description = (description);\
1987 #define MATCHER_P9(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, description)\
2021 const ::testing::internal::string gmock_description = (description);\
2080 #define MATCHER_P10(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, description)\
2117 const ::testing::internal::string gmock_description = (description);\