Lines Matching full:testing
48 namespace testing {
321 return ::testing::AllOf(m1, ::testing::AllOf($for k, [[m$(k + 1)]]));
344 return ::testing::AnyOf(m1, ::testing::AnyOf($for k, [[m$(k + 1)]]));
351 } // namespace testing
458 // using testing::PrintToString;
606 class gmock_Impl : public ::testing::MatcherInterface<arg_type> {\
611 arg_type arg, ::testing::MatchResultListener* result_listener) const;\
619 ::testing::internal::string FormatDescription(bool negation) const {\
620 const ::testing::internal::string gmock_description = (description);\
623 return ::testing::internal::FormatMatcherDescription(\
625 ::testing::internal::UniversalTersePrintTupleFieldsToStrings(\
631 operator ::testing::Matcher<arg_type>() const {\
632 return ::testing::Matcher<arg_type>(\
646 ::testing::MatchResultListener* result_listener GTEST_ATTRIBUTE_UNUSED_)\