Searched refs:Hashkey (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | stringpool.h | 334 struct Hashkey struct 343 Hashkey() in Hashkey() argument 349 explicit Hashkey(const Stringpool_char* s) in Hashkey() argument 353 Hashkey(const Stringpool_char* s, size_t len) in Hashkey() function 363 operator()(const Hashkey& hk) const in operator() 371 operator()(const Hashkey&, const Hashkey&) const; 378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
|
D | stringpool.cc | 123 const Hashkey& h1, in operator ()() 124 const Hashkey& h2) const in operator ()() 256 std::pair<Hashkey, Hashval> element(Hashkey(s, length), k); in add_with_length() 283 Hashkey hk(s, length); in add_with_length() 298 std::pair<Hashkey, Hashval> element(hk, k); in add_with_length() 313 Hashkey hk(s); in find() 341 const Hashkey& h1(sort_info1->first); in operator ()() 342 const Hashkey& h2(sort_info2->first); in operator ()() 462 Hashkey hk(s, length); in get_offset_with_length()
|