Lines Matching defs:done
776 // signal that we need a moveTo to follow us (unless we're done)
2369 bool done() const { return fDone; }
2370 // if !done() then these may be called
2550 for (; !iter.done(); iter.next()) {
3033 bool done = false;
3055 done = true;
3058 } while (!done);
3076 done = false;
3098 done = true;
3119 } while (!done);