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

  /toolchain/binutils/binutils-2.27/gold/
stringpool.h 334 struct Hashkey
343 Hashkey()
349 explicit Hashkey(const Stringpool_char* s)
353 Hashkey(const Stringpool_char* s, size_t len)
363 operator()(const Hashkey& hk) const
371 operator()(const Hashkey&, const Hashkey&) const;
378 typedef Unordered_map<Hashkey, Hashval, Stringpool_hash,
stringpool.cc 123 const Hashkey& h1,
124 const Hashkey& h2) const
255 std::pair<Hashkey, Hashval> element(Hashkey(s, length), k);
282 Hashkey hk(s, length);
297 std::pair<Hashkey, Hashval> element(hk, k);
312 Hashkey hk(s);
340 const Hashkey& h1(sort_info1->first);
341 const Hashkey& h2(sort_info2->first);
463 Hashkey hk(s, length)
    [all...]

Completed in 499 milliseconds