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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1033 const linked_ptr<int> null_p; local
1036 EXPECT_TRUE(m.Matches(null_p));
1042 const linked_ptr<double> null_p; local
1045 EXPECT_TRUE(m.Matches(null_p));
1081 const linked_ptr<int> null_p; local
1084 EXPECT_FALSE(m.Matches(null_p));
1090 const linked_ptr<double> null_p; local
1093 EXPECT_FALSE(m.Matches(null_p));

Completed in 25 milliseconds