Lines Matching refs:current_
439 for (this->current_ = this->plugins_.begin(); in load_plugins()
440 this->current_ != this->plugins_.end(); in load_plugins()
441 ++this->current_) in load_plugins()
442 (*this->current_)->load(); in load_plugins()
469 for (this->current_ = this->plugins_.begin(); in claim_file()
470 this->current_ != this->plugins_.end(); in claim_file()
471 ++this->current_) in claim_file()
473 if ((*this->current_)->claim_file(&this->plugin_input_file_)) in claim_file()
536 for (this->current_ = this->plugins_.begin(); in all_symbols_read()
537 this->current_ != this->plugins_.end(); in all_symbols_read()
538 ++this->current_) in all_symbols_read()
539 (*this->current_)->all_symbols_read(); in all_symbols_read()
714 for (this->current_ = this->plugins_.begin(); in cleanup()
715 this->current_ != this->plugins_.end(); in cleanup()
716 ++this->current_) in cleanup()
717 (*this->current_)->cleanup(); in cleanup()