Lines Matching refs:obj1
56 RefClass obj1(1); in test_autostarray() local
58 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
68 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
70 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
76 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
81 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
86 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
94 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
96 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
101 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
105 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
107 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
111 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
114 tmp[1].reset(SkRef(&obj1)); in test_autostarray()
116 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
120 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()