Lines Matching refs:obj0
49 RefClass obj0(0); in test_autostarray() local
51 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
61 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
63 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
69 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
74 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
79 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
87 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
89 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
94 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
98 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
100 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
104 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
107 tmp[0].reset(SkRef(&obj0)); in test_autostarray()
109 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
113 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()