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

  /external/webrtc/webrtc/base/
latebindingsymboltable.h 62 bool undefined_symbols_; member in class:rtc::LateBindingSymbolTable
latebindingsymboltable.cc 66 undefined_symbols_(false) {
87 if (undefined_symbols_) {
127 undefined_symbols_ = true;
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.h 53 undefined_symbols_(false) {
81 if (undefined_symbols_) {
93 undefined_symbols_ = true;
119 bool undefined_symbols_;
  /toolchain/binutils/binutils-2.25/gold/
errors.h 133 Unordered_map<const Symbol*, int> undefined_symbols_; member in class:gold::Errors
errors.cc 43 error_count_(0), warning_count_(0), undefined_symbols_()
174 if (++this->undefined_symbols_[sym] >= max_undefined_error_report)
plugin.h 132 plugin_input_file_(), rescannable_(), undefined_symbols_(),
355 Undefined_symbol_list undefined_symbols_; member in class:gold::Plugin_manager
plugin.cc 560 this->undefined_symbols_.push_back(sym);
572 while (!this->undefined_symbols_.empty())
576 this->undefined_symbols_.clear();
581 undefs.reserve(this->undefined_symbols_.size());
582 this->undefined_symbols_.swap(undefs);
593 this->undefined_symbols_.push_back(*p);
    [all...]

Completed in 617 milliseconds