Searched refs:table_ (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Daarch64-reloc-property.h189 return this->table_[idx];
198 const AArch64_reloc_property* arp = this->table_[idx];
240 AArch64_reloc_property* table_[Property_table_size]; member in class:gold::AArch64_reloc_property_table
H A Daarch64-reloc-property.cc132 table_[i] = NULL;
154 table_[tidx] = p; \
168 const AArch64_reloc_property* arp = this->table_[tidx];
H A Darm-reloc-property.h300 return this->table_[code];
309 const Arm_reloc_property* arp = this->table_[code];
381 Arm_reloc_property* table_[Property_table_size];
H A Darm-reloc-property.cc268 this->table_[i] = NULL;
277 this->table_[code] = \
298 const Arm_reloc_property* arp = this->table_[code];
H A Dsymtab.cc567 : saw_undefined_(0), offset_(0), table_(count), namepool_(),
717 Symbol_table::Symbol_table_type::const_iterator p = this->table_.find(key);
718 if (p == this->table_.end())
973 this->table_.insert(std::make_pair(std::make_pair(name_key, version_key),
977 std::make_pair(this->table_.end(), false);
981 insdefault = this->table_.insert(std::make_pair(std::make_pair(name_key,
1036 this->table_.erase(std::make_pair(name_key, vnull_key));
1079 this->table_.erase(ins.first);
1082 this->table_.erase(insdefault.first);
1084 this->table_
[all...]
H A Dsymtab.h1650 for (Symbol_table_type::const_iterator p = this->table_.begin();
1651 p != this->table_.end();
1939 Symbol_table_type table_; member in class:gold::Symbol_table
H A Dstringpool.cc518 program_name, name, this->table_.size());
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_addrhashmap.h91 Bucket *table_; member in class:__sanitizer::AddrHashMap
149 table_ = (Bucket*)MmapOrDie(kSize * sizeof(table_[0]), "AddrHashMap");
156 Bucket *b = &table_[hash];
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dpr47416.C209 private:table table_; member in class:boost::unordered_map
212 allocator_type a = allocator_type ()):table_ (n, hf, eql, a) // { dg-message "required" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr53602.C332 table table_; member in struct:boost::unordered::unordered_set
335 return table_.size_;

Completed in 182 milliseconds