Home | History | Annotate | Download | only in tests

Lines Matching defs:idx

38     uptr idx = it.next();
41 EXPECT_LT(last_idx, idx);
42 last_idx = idx;
43 EXPECT_TRUE(s.count(idx));
49 uptr idx = t.getAndClearFirstOne();
51 EXPECT_LT(last_idx, idx);
52 last_idx = idx;
53 EXPECT_TRUE(t_s.erase(idx));
63 uptr idx = t.getAndClearFirstOne();
64 fprintf(stderr, "%zd ", idx);