Home | History | Annotate | Download | only in tests

Lines Matching refs:unique

28     REPORTER_ASSERT(reporter, !data0.unique());
32 REPORTER_ASSERT(reporter, !data0.unique());
36 REPORTER_ASSERT(reporter, data0.unique());
37 REPORTER_ASSERT(reporter, !data1.unique());
41 REPORTER_ASSERT(reporter, data0.unique());
42 REPORTER_ASSERT(reporter, data1.unique());
48 REPORTER_ASSERT(reporter, !data0.unique());
49 REPORTER_ASSERT(reporter, !data1.unique());
54 REPORTER_ASSERT(reporter, data0.unique());
55 REPORTER_ASSERT(reporter, !data1.unique());
60 REPORTER_ASSERT(reporter, data0.unique());
61 REPORTER_ASSERT(reporter, data1.unique());
66 REPORTER_ASSERT(reporter, data0.unique());
69 REPORTER_ASSERT(reporter, !data0.unique());
73 REPORTER_ASSERT(reporter, data0.unique());