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