Home | History | Annotate | Download | only in test

Lines Matching full:isnull

99 using testing::IsNull;
943 // Tests that IsNull() matches any NULL pointer of any type.
945 Matcher<int*> m1 = IsNull();
951 Matcher<const char*> m2 = IsNull();
965 Matcher<void*> m3 = IsNull();
973 const Matcher<linked_ptr<int> > m = IsNull();
982 const Matcher<const linked_ptr<double>&> m = IsNull();
991 const Matcher<const scoped_ptr<double>&> m = IsNull();
999 // Tests that IsNull() describes itself properly.
1001 Matcher<int*> m = IsNull();