Searched refs:IsNotSubstring (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1585 // IsSubstring() and IsNotSubstring() are intended to be used as the
1599 GTEST_API_ AssertionResult IsNotSubstring(
1602 GTEST_API_ AssertionResult IsNotSubstring(
1608 GTEST_API_ AssertionResult IsNotSubstring(
1616 GTEST_API_ AssertionResult IsNotSubstring(
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc222 using testing::IsNotSubstring;
2607 // Tests for ::testing::IsNotSubstring().
2609 // Tests that IsNotSubstring() returns the correct result when the input
2612 EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack"));
2613 EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles"));
2616 // Tests that IsNotSubstring() returns the correct result when the input
2619 EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack"));
2620 EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles"));
2623 // Tests that IsNotSubstring() generates the correct message when the input
2630 IsNotSubstring(
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1551 // Helper functions for implementing IsSubString() and IsNotSubstring().
1578 // This function implements either IsSubstring() or IsNotSubstring(),
1602 // IsSubstring() and IsNotSubstring() check whether needle is a
1618 AssertionResult IsNotSubstring( function in namespace:testing
1624 AssertionResult IsNotSubstring( function in namespace:testing
1636 AssertionResult IsNotSubstring( function in namespace:testing
1649 AssertionResult IsNotSubstring( function in namespace:testing
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc84 using testing::IsNotSubstring;
1991 EXPECT_PRED_FORMAT2(IsNotSubstring, "Stack trace:", output);

Completed in 55 milliseconds