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

  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 91 String_set_type new_string_set(this->string_set_.size() + n);
246 typedef std::pair<typename String_set_type::iterator, bool> Insert_type;
260 typename String_set_type::const_iterator p = ins.first;
284 typename String_set_type::const_iterator p = this->string_set_.find(hk);
314 typename String_set_type::const_iterator p = this->string_set_.find(hk);
407 for (typename String_set_type::iterator p = this->string_set_.begin();
463 typename String_set_type::const_iterator p = this->string_set_.find(hk);
481 for (typename String_set_type::const_iterator p = this->string_set_.begin();
stringpool.h 379 Stringpool_eq> String_set_type;
383 typedef typename String_set_type::iterator Stringpool_sort_info;
399 String_set_type string_set_;

Completed in 385 milliseconds