Home | History | Annotate | Download | only in test

Lines Matching refs:scoped_ptr

138 using testing::internal::scoped_ptr;
922 const Matcher<const scoped_ptr<double>&> m = IsNull();
923 const scoped_ptr<double> null_p;
924 const scoped_ptr<double> non_null_p(new double);
970 const Matcher<const scoped_ptr<double>&> m = NotNull();
971 const scoped_ptr<double> null_p;
972 const scoped_ptr<double> non_null_p(new double);