Searched refs:first_block_ (Results 1 – 1 of 1) sorted by relevance
51 : first_block_(other.first_block_), in UnboundedQueue()55 other.first_block_ = nullptr; in UnboundedQueue()63 first_block_ = other.first_block_;67 other.first_block_ = nullptr;83 first_block_ = last_block_ = new_block0.release(); in Init()84 new_block1->next = first_block_; in Init()103 if (last_block_->next == first_block_) { in GrowIfNeeded()107 new_block->next = first_block_; in GrowIfNeeded()136 T* elements = reinterpret_cast<T*>(first_block_->buffer); in Front()142 T* elements = reinterpret_cast<T*>(first_block_->buffer); in Front()[all …]