Searched refs:last_id_ (Results 1 – 8 of 8) sorted by relevance
25 MessageLoop::TaskId current_id = ++last_id_; in PostDelayedTask()42 MessageLoop::TaskId current_id = ++last_id_; in WatchFileDescriptor()
76 MessageLoop::TaskId last_id_ = kTaskIdNull; variable
92 MessageLoop::TaskId last_id_ = kTaskIdNull; variable
173 MessageLoop::TaskId last_id_{kTaskIdNull};
155 res = ++last_id_; in NextTaskId()
237 res = ++last_id_; in NextTaskId()
459 int id_delta = static_cast<int>(rinfo->data()) - last_id_; in Write()469 last_id_ = static_cast<int>(rinfo->data()); in Write()519 last_id_ += x; in AdvanceReadId()520 rinfo_.data_ = last_id_; in AdvanceReadId()566 last_id_ += signed_b >> kShortDataTypeTagBits; in ReadShortTaggedId()567 rinfo_.data_ = last_id_; in ReadShortTaggedId()666 last_id_ = 0; in RelocIterator()690 last_id_ = 0; in RelocIterator()
647 RelocInfoWriter() : pos_(NULL), last_pc_(NULL), last_id_(0) {} in RelocInfoWriter()648 RelocInfoWriter(byte* pos, byte* pc) : pos_(pos), last_pc_(pc), last_id_(0) {} in RelocInfoWriter()682 int last_id_; variable748 int last_id_; variable