Lines Matching refs:unique
35 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
39 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
42 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
47 REPORTER_ASSERT(reporter, !obj.unique()); in test_autounref()
51 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
57 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
58 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
69 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
70 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
75 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
76 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
85 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
86 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
95 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
96 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
100 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
101 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
106 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
107 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
110 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
111 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
115 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
116 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
119 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
120 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()