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

/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc140 AssertionResult IsNull(const char* str) { function in namespace:testing::internal
152 EXPECT_TRUE(IsNull(test_case->type_param()));
162 EXPECT_TRUE(IsNull(tests[0]->value_param()));
163 EXPECT_TRUE(IsNull(tests[0]->type_param()));
168 EXPECT_TRUE(IsNull(tests[1]->value_param()));
169 EXPECT_TRUE(IsNull(tests[1]->type_param()));
174 EXPECT_TRUE(IsNull(tests[2]->value_param()));
175 EXPECT_TRUE(IsNull(tests[2]->type_param()));
180 EXPECT_TRUE(IsNull(tests[3]->value_param()));
181 EXPECT_TRUE(IsNull(test
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock_link_test.h150 using testing::IsNull;
512 // Tests the linkage of the IsNull matcher.
516 ON_CALL(mock, VoidFromString(IsNull())).WillByDefault(Return());
H A Dgmock-matchers_test.cc100 using testing::IsNull;
1002 // Tests that IsNull() matches any NULL pointer of any type.
1004 Matcher<int*> m1 = IsNull();
1010 Matcher<const char*> m2 = IsNull();
1024 Matcher<void*> m3 = IsNull();
1032 const Matcher<linked_ptr<int> > m = IsNull();
1041 const Matcher<const linked_ptr<double>&> m = IsNull();
1051 const Matcher<std::function<void()>> m = IsNull();
1058 // Tests that IsNull() describes itself properly.
1060 Matcher<int*> m = IsNull();
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h975 // Implements the polymorphic IsNull() matcher, which matches any raw or smart
3795 inline PolymorphicMatcher<internal::IsNullMatcher > IsNull() { function in namespace:testing

Completed in 39 milliseconds