MCPcopy Create free account

hub / github.com/amadvance/tommyds / functions

Functions1,190 in github.com/amadvance/tommyds

Methoddelete_internal_node
benchmark/lib/cpp-btree/btree.h:1263
Methoddelete_internal_root_node
benchmark/lib/cpp-btree/btree.h:1269
Methoddelete_leaf_node
benchmark/lib/cpp-btree/btree.h:1274
Methoddeleted_key
benchmark/lib/google/sparsehash/sparsehashtable.h:485
Methoddeleted_key
benchmark/lib/google/sparsehash/densehashtable.h:400
Methoddense_hashtable
CONSTRUCTORS -- as required by the specs, we take a size, but also let you specify a hashfunction, key comparator, and key extractor. We also define
benchmark/lib/google/sparsehash/densehashtable.h:667
Methoddense_hashtable_const_iterator
"Real" constructor and default constructor
benchmark/lib/google/sparsehash/densehashtable.h:215
Methoddense_hashtable_iterator
"Real" constructor and default constructor
benchmark/lib/google/sparsehash/densehashtable.h:162
Functiondestroy
benchmark/lib/google/sparsehash/libc_allocator_with_realloc.h:80
Methoddestroy_buckets
benchmark/lib/google/sparsehash/densehashtable.h:357
Methoddispatch
benchmark/lib/cpp-btree/btree.h:840
Methoddispatch
benchmark/lib/cpp-btree/btree.h:848
Methoddump
benchmark/lib/cpp-btree/safe_btree.h:362
Methoddump
Dump the btree to the specified ostream. Requires that operator<< is defined for Key and Value.
benchmark/lib/cpp-btree/btree.h:1125
Methoddump
Dump the contents of the B+ tree out onto an ostream as a binary image. The image contains memory pointers which will be fixed when the image is resto
benchmark/lib/stx/btree_set.h:585
Methoddump
Dump the contents of the B+ tree out onto an ostream as a binary image. The image contains memory pointers which will be fixed when the image is resto
benchmark/lib/stx/btree_multiset.h:584
Methoddump
Dump the contents of the B+ tree out onto an ostream as a binary image. The image contains memory pointers which will be fixed when the image is resto
benchmark/lib/stx/btree_map.h:602
Methoddump
Dump the contents of the B+ tree out onto an ostream as a binary image. The image contains memory pointers which will be fixed when the image is resto
benchmark/lib/stx/btree_multimap.h:593
Methoddump
Dump the contents of the B+ tree out onto an ostream as a binary image. The image contains memory pointers which will be fixed when the image is resto
benchmark/lib/stx/btree.h:3843
Methoddump_node
Recursively descend down the tree and dump each node in a precise order
benchmark/lib/stx/btree.h:3897
Methodempty
benchmark/lib/cpp-btree/safe_btree.h:376
Methodempty
benchmark/lib/cpp-btree/btree_container.h:106
Methodempty
benchmark/lib/cpp-btree/btree.h:1141
Methodempty
benchmark/lib/google/sparsehash/sparsehashtable.h:548
Methodempty
Returns true if there is at least one key in the B+ tree
benchmark/lib/stx/btree_set.h:326
Methodempty
Returns true if there is at least one key in the B+ tree
benchmark/lib/stx/btree_multiset.h:327
Methodempty
Returns true if there is at least one key/data pair in the B+ tree
benchmark/lib/stx/btree_map.h:314
Methodempty
Returns true if there is at least one key/data pair in the B+ tree
benchmark/lib/stx/btree_multimap.h:315
Methodempty
Returns true if there is at least one key/data pair in the B+ tree
benchmark/lib/stx/btree.h:1734
Methodempty_base_handle
benchmark/lib/cpp-btree/btree.h:886
Methodempty_key
TODO(sjackman): return a key_type rather than a value_type
benchmark/lib/google/sparsehash/densehashtable.h:498
Methodend
benchmark/lib/cpp-btree/btree_container.h:62
Methodend
Constructs a read/data-write iterator that points to the first invalid slot in the last leaf of the B+ tree.
benchmark/lib/stx/btree_set.h:269
Methodend
Constructs a read/data-write iterator that points to the first invalid slot in the last leaf of the B+ tree.
benchmark/lib/stx/btree_multiset.h:270
Methodend
Constructs a read/data-write iterator that points to the first invalid slot in the last leaf of the B+ tree.
benchmark/lib/stx/btree_map.h:257
Methodend
Constructs a read/data-write iterator that points to the first invalid slot in the last leaf of the B+ tree.
benchmark/lib/stx/btree_multimap.h:258
Methodenlarge_size
benchmark/lib/google/sparsehash/hashtable-common.h:94
Methodequal_range
benchmark/lib/cpp-btree/safe_btree.h:247
Methodequal_range
benchmark/lib/cpp-btree/btree_container.h:82
Methodequal_range
Finds the range of values which compare equal to key. The first member of the returned pair is equal to lower_bound(key). The second member pair of th
benchmark/lib/cpp-btree/btree.h:992
Methodequal_range
Likewise, equal_range doesn't really make sense for us. Oh well.
benchmark/lib/google/sparsehash/sparsehashtable.h:883
Methodequal_range
Likewise, equal_range doesn't really make sense for us. Oh well.
benchmark/lib/google/sparsehash/densehashtable.h:866
Methodequal_range
Searches the B+ tree and returns both lower_bound() and upper_bound().
benchmark/lib/stx/btree_set.h:407
Methodequal_range
Searches the B+ tree and returns both lower_bound() and upper_bound().
benchmark/lib/stx/btree_multiset.h:407
Methodequal_range
Searches the B+ tree and returns both lower_bound() and upper_bound().
benchmark/lib/stx/btree_map.h:395
Methodequal_range
Searches the B+ tree and returns both lower_bound() and upper_bound().
benchmark/lib/stx/btree_multimap.h:395
Methodequal_range
Searches the B+ tree and returns both lower_bound() and upper_bound().
benchmark/lib/stx/btree.h:1940
Methodequals
benchmark/lib/google/sparsehash/sparsehashtable.h:1128
Methodequals
benchmark/lib/google/sparsehash/sparsehashtable.h:1141
Methodequals
benchmark/lib/google/sparsehash/densehashtable.h:1198
Methodequals
benchmark/lib/google/sparsehash/densehashtable.h:1211
Methoderase
Deletion routines.
benchmark/lib/cpp-btree/safe_btree.h:325
Methoderase
Deletion routines.
benchmark/lib/cpp-btree/btree_container.h:205
Methoderase
DELETION ROUTINES
benchmark/lib/google/sparsehash/sparsehashtable.h:987
Methoderase
DELETION ROUTINES
benchmark/lib/google/sparsehash/densehashtable.h:979
Methoderase
std::pair<iterator, iterator> equal_range(const key_type &key); std::pair<const_iterator, const_iterator> equal_range(const key_type &key) const; Remo
benchmark/lib/nedtries/nedtrie.h:1504
Methoderase
Erases all the key/data pairs associated with the given key.
benchmark/lib/stx/btree_set.h:529
Methoderase
Erases all the entries of the given key. This is implemented using erase_one() and thus not very efficient.
benchmark/lib/stx/btree_multiset.h:529
Methoderase
Erases all the key/data pairs associated with the given key. This is implemented using erase_one().
benchmark/lib/stx/btree_map.h:547
Methoderase
Erases all the key/data pairs associated with the given key. This is implemented using erase_one() and thus not very efficient.
benchmark/lib/stx/btree_multimap.h:538
Methoderase
Erases all the key/data pairs associated with the given key. This is implemented using erase_one().
benchmark/lib/stx/btree.h:2619
Methoderase_check
benchmark/lib/cpp-btree/btree_test.h:192
Methoderase_iter_descend
@brief Erase one key/data pair referenced by an iterator in the B+ * tree. * * Descends down the tree in search of an iterator. During
benchmark/lib/stx/btree.h:2962
Methoderase_multi
benchmark/lib/cpp-btree/safe_btree.h:342
Methoderase_one
Erases the key from the set. As this is a unique set, there is no difference to erase().
benchmark/lib/stx/btree_set.h:523
Methoderase_one
Erases one (the first) entry of the given key.
benchmark/lib/stx/btree_multiset.h:522
Methoderase_one
Erases the key/data pairs associated with the given key. For this unique-associative map there is no difference to erase().
benchmark/lib/stx/btree_map.h:540
Methoderase_one
Erases one (the first) of the key/data pairs associated with the given key.
benchmark/lib/stx/btree_multimap.h:531
Methoderase_one
Erases one (the first) of the key/data pairs associated with the given key.
benchmark/lib/stx/btree.h:2596
Methoderase_one_descend
@brief Erase one (the first) key/data pair in the B+ tree matching key. * * Descends down the tree in search of key. During the descent the
benchmark/lib/stx/btree.h:2673
Methoderase_unique
benchmark/lib/cpp-btree/safe_btree.h:337
Methodexists
Non-STL function checking whether a key is in the B+ tree. The same as (find(k) != end()) or (count() != 0).
benchmark/lib/stx/btree_set.h:349
Methodexists
Non-STL function checking whether a key is in the B+ tree. The same as (find(k) != end()) or (count() != 0).
benchmark/lib/stx/btree_multiset.h:350
Methodexists
Non-STL function checking whether a key is in the B+ tree. The same as (find(k) != end()) or (count() != 0).
benchmark/lib/stx/btree_map.h:337
Methodexists
Non-STL function checking whether a key is in the B+ tree. The same as (find(k) != end()) or (count() != 0).
benchmark/lib/stx/btree_multimap.h:338
Methodexists
Non-STL function checking whether a key is in the B+ tree. The same as (find(k) != end()) or (count() != 0).
benchmark/lib/stx/btree.h:1757
Methodfill_range_with_empty
benchmark/lib/google/sparsehash/densehashtable.h:474
Methodfind
Lookup routines.
benchmark/lib/cpp-btree/btree_container.h:182
Methodfind
Lookup routines.
benchmark/lib/cpp-btree/btree_container.h:311
Methodfind
Finds the item with key \em key
benchmark/lib/nedtries/nedtrie.h:1533
Methodfind
Tries to locate a key in the B+ tree and returns an iterator to the key slot if found. If unsuccessful it returns end().
benchmark/lib/stx/btree_set.h:356
Methodfind
Tries to locate a key in the B+ tree and returns an iterator to the key slot if found. If unsuccessful it returns end().
benchmark/lib/stx/btree_multiset.h:357
Methodfind
Tries to locate a key in the B+ tree and returns an iterator to the key/data slot if found. If unsuccessful it returns end().
benchmark/lib/stx/btree_map.h:344
Methodfind
Tries to locate a key in the B+ tree and returns an iterator to the key/data slot if found. If unsuccessful it returns end().
benchmark/lib/stx/btree_multimap.h:345
Methodfind_lower
benchmark/lib/stx/btree.h:1635
Methodfind_multi
benchmark/lib/cpp-btree/safe_btree.h:263
Methodfind_position
Returns a pair of positions: 1st where the object is, 2nd where it would go if you wanted to insert it. 1st is ILLEGAL_BUCKET if object is not found;
benchmark/lib/google/sparsehash/sparsehashtable.h:820
Methodfind_position
Returns a pair of positions: 1st where the object is, 2nd where it would go if you wanted to insert it. 1st is ILLEGAL_BUCKET if object is not found;
benchmark/lib/google/sparsehash/densehashtable.h:807
Methodfind_unique
benchmark/lib/cpp-btree/safe_btree.h:257
Methodfind_upper
benchmark/lib/stx/btree.h:1682
Methodfree_node
Correctly free either inner or leaf node, destructs all contained key and value objects
benchmark/lib/stx/btree.h:1485
Methodfullness
benchmark/lib/cpp-btree/safe_btree.h:385
Methodfullness
benchmark/lib/cpp-btree/btree_container.h:115
Methodfullness
The fullness of the btree. Computed as the number of elements in the btree divided by the maximum number of elements a tree with the current number of
benchmark/lib/cpp-btree/btree.h:1198
Methodgenerate_value
benchmark/lib/cpp-btree/btree_container.h:238
Methodgeneration
benchmark/lib/cpp-btree/safe_btree.h:88
Methodget_allocator
benchmark/lib/google/sparsehash/densehashtable.h:340
Methodget_allocator
Return the base node allocator provided during construction.
benchmark/lib/stx/btree_set.h:243
Methodget_allocator
Return the base node allocator provided during construction.
benchmark/lib/stx/btree_multiset.h:244
Methodget_allocator
Return the base node allocator provided during construction.
benchmark/lib/stx/btree_map.h:231
← previousnext →601–700 of 1,190, ranked by callers