Home | History | Annotate | Download | only in tests

Lines Matching full:obj0

50     RefClass obj0(0);
52 REPORTER_ASSERT(reporter, obj0.unique());
62 tmp[0].reset(SkRef(&obj0));
64 REPORTER_ASSERT(reporter, !obj0.unique());
70 REPORTER_ASSERT(reporter, obj0.unique());
75 tmp[0].reset(SkRef(&obj0));
80 REPORTER_ASSERT(reporter, obj0.unique());
88 tmp[0].reset(SkRef(&obj0));
90 REPORTER_ASSERT(reporter, !obj0.unique());
95 REPORTER_ASSERT(reporter, obj0.unique());
99 tmp[0].reset(SkRef(&obj0));
101 REPORTER_ASSERT(reporter, !obj0.unique());
105 REPORTER_ASSERT(reporter, obj0.unique());
108 tmp[0].reset(SkRef(&obj0));
110 REPORTER_ASSERT(reporter, !obj0.unique());
114 REPORTER_ASSERT(reporter, obj0.unique());