/toolchain/binutils/binutils-2.25/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 | 420 for (Plugin_list::iterator p = this->plugins_.begin(); 421 p != this->plugins_.end(); 424 this->plugins_.clear(); 439 for (this->current_ = this->plugins_.begin(); 440 this->current_ != this->plugins_.end(); 469 for (this->current_ = this->plugins_.begin(); 470 this->current_ != this->plugins_.end(); 536 for (this->current_ = this->plugins_.begin(); 537 this->current_ != this->plugins_.end(); 714 for (this->current_ = this->plugins_.begin() [all...] |
options.cc | 919 plugins_(NULL), 995 if (this->plugins_ == NULL) 996 this->plugins_ = new Plugin_manager(*this); 997 this->plugins_->add_plugin(filename); 1005 if (this->plugins_ == NULL) 1007 this->plugins_->add_plugin_option(arg); [all...] |
options.h | 1647 Plugin_manager* plugins_; member in class:gold::General_options [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 309 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
|
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/ |
htmlunit-2.14.jar | |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
gwt-dev.jar | |