Home | History | Annotate | Download | only in src

Lines Matching refs:next_chunk_

471   next_chunk_ = other->next_chunk_;
473 other->next_chunk_->prev_chunk_ = this;
474 other->next_chunk_ = this;
483 next_chunk_->prev_chunk_ = prev_chunk_;
484 prev_chunk_->next_chunk_ = next_chunk_;
486 next_chunk_ = NULL;