Lines Matching defs:fID
13 C() : fID(-1) { ++gInstCnt; }
14 C(int id) : fID(id) { ++gInstCnt; }
15 C(C&& c) : C(c.fID) {}
16 C(const C& c) : C(c.fID) {}
23 int fID;
35 int fID;
64 REPORTER_ASSERT(reporter, i == c.fID);
65 REPORTER_ASSERT(reporter, allocator->item(i).fID == i);
71 REPORTER_ASSERT(reporter, cnt-1 == allocator->back().fID);
210 REPORTER_ASSERT(reporter, i == item.fID);
241 REPORTER_ASSERT(reporter, i == item.fID);