Lines Matching full:abstract
371 @abstract Integer hash function
377 @abstract Integer comparison function
381 @abstract 64-bit integer hash function
387 @abstract 64-bit integer comparison function
391 @abstract const char* hash function
402 @abstract Another interface to const char* hash function
408 @abstract Const char* comparison function
429 @abstract Type of the hash table.
435 @abstract Initiate a hash table.
442 @abstract Destroy a hash table.
449 @abstract Reset a hash table without deallocating memory.
456 @abstract Resize a hash table.
464 @abstract Insert a key to the hash table.
477 @abstract Retrieve a key from the hash table.
486 @abstract Remove a key from the hash table.
494 @abstract Test whether a bucket contains data.
502 @abstract Get key given an iterator
510 @abstract Get value given an iterator
519 @abstract Alias of kh_val()
524 @abstract Get the start iterator
531 @abstract Get the end iterator
538 @abstract Get the number of elements in the hash table
545 @abstract Get the number of buckets in the hash table
552 @abstract Iterate over the entries in the hash table
567 @abstract Iterate over the values in the hash table
582 @abstract Instantiate a hash set containing integer keys
589 @abstract Instantiate a hash map containing integer keys
597 @abstract Instantiate a hash map containing 64-bit integer keys
604 @abstract Instantiate a hash map containing 64-bit integer keys
613 @abstract Instantiate a hash map containing const char* keys
620 @abstract Instantiate a hash map containing const char* keys