Lines Matching refs:unique
30 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
34 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
37 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
42 REPORTER_ASSERT(reporter, !obj.unique()); in test_autounref()
46 REPORTER_ASSERT(reporter, obj.unique()); in test_autounref()
52 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
53 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
64 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
65 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
70 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
71 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
80 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
81 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()
90 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
91 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()
101 REPORTER_ASSERT(reporter, !obj0.unique()); in test_autostarray()
102 REPORTER_ASSERT(reporter, !obj1.unique()); in test_autostarray()
105 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
106 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()
114 REPORTER_ASSERT(reporter, obj0.unique()); in test_autostarray()
115 REPORTER_ASSERT(reporter, obj1.unique()); in test_autostarray()