Lines Matching refs:obj1
51 RefClass obj1(1); in test_autostarray() local
53 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
63 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
65 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
71 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
76 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
81 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
89 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
91 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
96 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
100 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
102 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
106 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
109 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
111 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
115 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()