HomeSort by relevance Sort by last modified time
    Searched refs:plugins_ (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
plugin.h 131 : plugins_(), objects_(), deferred_layout_objects_(), input_file_(NULL),
139 { this->current_ = plugins_.end(); }
146 { this->plugins_.push_back(new Plugin(filename)); }
152 Plugin* last = this->plugins_.back();
209 gold_assert(this->current_ != plugins_.end());
217 gold_assert(this->current_ != plugins_.end());
225 gold_assert(this->current_ != plugins_.end());
335 Plugin_list plugins_; member in class:gold::Plugin_manager
plugin.cc 453 for (Plugin_list::iterator p = this->plugins_.begin();
454 p != this->plugins_.end();
457 this->plugins_.clear();
472 for (this->current_ = this->plugins_.begin();
473 this->current_ != this->plugins_.end();
502 for (this->current_ = this->plugins_.begin();
503 this->current_ != this->plugins_.end();
569 for (this->current_ = this->plugins_.begin();
570 this->current_ != this->plugins_.end();
747 for (this->current_ = this->plugins_.begin()
    [all...]
options.cc 940 plugins_(NULL),
1017 if (this->plugins_ == NULL)
1018 this->plugins_ = new Plugin_manager(*this);
1019 this->plugins_->add_plugin(filename);
1027 if (this->plugins_ == NULL)
1029 this->plugins_->add_plugin_option(arg);
    [all...]
options.h 1681 Plugin_manager* plugins_; member in class:gold::General_options
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.h 321 map<string, string> plugins_; member in class:google::protobuf::compiler::CommandLineInterface
command_line_interface.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 292 map<string, string> plugins_; member in class:google::protobuf::compiler::CommandLineInterface
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 292 map<string, string> plugins_; member in class:google::protobuf::compiler::CommandLineInterface
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 292 map<string, string> plugins_; member in class:google::protobuf::compiler::CommandLineInterface
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 321 map<string, string> plugins_; member in class:google::protobuf::compiler::CommandLineInterface
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 292 map<string, string> plugins_; member in class:google::protobuf::compiler::CommandLineInterface
  /art/runtime/
runtime.h 741 return !plugins_.empty();
855 std::vector<Plugin> plugins_; member in class:art::verifier::VerifyMode
    [all...]
runtime.cc 397 for (auto& plugin : plugins_) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 341 milliseconds