Lines Matching full:notnull
118 using testing::NotNull;
1061 // Tests that NotNull() matches any non-NULL pointer of any type.
1063 Matcher<int*> m1 = NotNull();
1069 Matcher<const char*> m2 = NotNull();
1076 const Matcher<linked_ptr<int> > m = NotNull();
1085 const Matcher<const linked_ptr<double>&> m = NotNull();
1095 const Matcher<std::function<void()>> m = NotNull();
1102 // Tests that NotNull() describes itself properly.
1104 Matcher<int*> m = NotNull();