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