Home | History | Annotate | Download | only in include

Lines Matching full:hash

30  * The default initial capacity of a hash table.
41 * Default hash function used for hashing keys. The default function assumes
54 * Abstract hash table operations. The keys of the Map are strings and values
67 * hash table is increased and each entry is put in its new linked list based
80 * key2 and non-zero otherwise. The hash function and the comparison function
82 * return 0, then the values returned by the hash function when given these
93 * Structure specified to specify initialization parameters for the hash
121 * Creates an hash table. The hash table is created with specified capacity
131 * copied internally and it must remain valid for the lifetime of the hash
135 * @param hashtable A pointer to the returned hash table. This parameter may
218 * Retrieves the hash entry corresponding to the key.
221 * @param key The key for which to retrieve the hash entry.
255 * Removes the entry from its hash table.
272 * Advance to the next entry in the hash table.