Lines Matching full:isnull
91 using testing::IsNull;
874 // Tests that IsNull() matches any NULL pointer of any type.
876 Matcher<int*> m1 = IsNull();
882 Matcher<const char*> m2 = IsNull();
896 Matcher<void*> m3 = IsNull();
904 const Matcher<linked_ptr<int> > m = IsNull();
913 const Matcher<const linked_ptr<double>&> m = IsNull();
922 const Matcher<const scoped_ptr<double>&> m = IsNull();
930 // Tests that IsNull() describes itself properly.
932 Matcher<int*> m = IsNull();