Searched defs:HashEntry (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h1 //===- HashEntry.h --------------------------------------------------------===//
19 /** \class HashEntry
20 * \brief HashEntry is the item in the bucket of hash table.
22 * mcld::HashEntry illustrates the demand from mcld::HashTable.
23 * Since HashTable can change the definition of the HashEntry by changing
24 * the template argument. class mcld::HashEntry here is used to show the
26 * of the hash table which has no relation to mcld::HashEntry
28 * Since mcld::HashEntry here is a special class whose size is changing,
30 * are doing when you let a new class inherit from mcld::HashEntry.
33 class HashEntry { class in namespace:mcld
[all...]

Completed in 211 milliseconds