Searched refs:queued_fire_ (Results 1 – 2 of 2) sorted by relevance
15 OSP_DCHECK(!alarm_->queued_fire_); in CancelableFunctor()16 alarm_->queued_fire_ = this; in CancelableFunctor()24 OSP_DCHECK_EQ(alarm_->queued_fire_, &other); in CancelableFunctor()25 alarm_->queued_fire_ = this; in CancelableFunctor()34 OSP_DCHECK_EQ(alarm_->queued_fire_, &other); in operator =()35 alarm_->queued_fire_ = this; in operator =()42 OSP_DCHECK_EQ(alarm_->queued_fire_, this); in operator ()()43 alarm_->queued_fire_ = nullptr; in operator ()()51 OSP_DCHECK_EQ(alarm_->queued_fire_, this); in Cancel()52 alarm_->queued_fire_ = nullptr; in Cancel()[all …]
98 CancelableFunctor* queued_fire_ = nullptr; variable