Searched refs:last_block_ (Results 1 – 3 of 3) sorted by relevance
53 last_block_(other.last_block_), in UnboundedQueue()57 other.last_block_ = nullptr; in UnboundedQueue()65 last_block_ = other.last_block_;69 other.last_block_ = nullptr;83 first_block_ = last_block_ = new_block0.release(); in Init()85 last_block_->next = new_block1.release(); in Init()101 assert(last_block_ != nullptr); in GrowIfNeeded()103 if (last_block_->next == first_block_) { in GrowIfNeeded()108 last_block_->next = new_block.release(); in GrowIfNeeded()110 last_block_ = last_block_->next; in GrowIfNeeded()[all …]
177 PixOrCopyBlock* last_block_; // used for adding new refs (internal) member
93 refs->last_block_ = NULL; in VP8LClearBackwardRefs()166 refs->last_block_ = b; in BackwardRefsNewBlock()192 PixOrCopyBlock* b = refs->last_block_; in VP8LBackwardRefsCursorAdd()