MCPcopy Create free account

hub / github.com/amadvance/tommyds / functions

Functions1,190 in github.com/amadvance/tommyds

Methodget_allocator
Return the base node allocator provided during construction.
benchmark/lib/stx/btree_multimap.h:232
Functionget_index
benchmark/lib/cube/binary-search-tesseract-1.0.c:226
Methodget_key
benchmark/lib/google/sparsehash/sparsehashtable.h:1122
Methodget_key
benchmark/lib/google/sparsehash/sparsehashtable.h:1144
Methodget_key
benchmark/lib/google/sparsehash/densehashtable.h:1192
Methodget_key
benchmark/lib/google/sparsehash/densehashtable.h:1214
Methodget_resizing_parameters
Get and change the value of shrink_factor and enlarge_factor. The description at the beginning of this file explains how to choose the values. Setti
benchmark/lib/google/sparsehash/sparsehashtable.h:733
Methodget_resizing_parameters
Get and change the value of shrink_factor and enlarge_factor. The description at the beginning of this file explains how to choose the values. Setti
benchmark/lib/google/sparsehash/densehashtable.h:654
Methodhash
Utility functions to access the templated operators
benchmark/lib/google/sparsehash/sparsehashtable.h:1138
Methodhash
benchmark/lib/google/sparsehash/hashtable-common.h:64
Methodhash
Utility functions to access the templated operators
benchmark/lib/google/sparsehash/densehashtable.h:1208
Methodhash_funct
ACCESSOR FUNCTIONS for the things we templatize on, basically
benchmark/lib/google/sparsehash/sparsehashtable.h:427
Methodhash_funct
ACCESSOR FUNCTIONS for the things we templatize on, basically
benchmark/lib/google/sparsehash/densehashtable.h:338
Methodheight
benchmark/lib/cpp-btree/safe_btree.h:377
Methodheight
benchmark/lib/cpp-btree/btree_container.h:107
Methodheight
The height of the btree. An empty tree will have height 0.
benchmark/lib/cpp-btree/btree.h:1144
Functionhs_compare
benchmark.cc:440
Functionhs_free
benchmark.cc:420
Functionhs_hash
benchmark.cc:433
Functionhs_malloc
benchmark.cc:415
Methodincrement_slow
benchmark/lib/cpp-btree/btree.h:1665
Methodinit_internal
benchmark/lib/cpp-btree/btree.h:698
Methodinit_leaf
Node allocation/deletion routines.
benchmark/lib/cpp-btree/btree.h:685
Methodinit_root
benchmark/lib/cpp-btree/btree.h:706
Methodinitialize
Set variables to initial values
benchmark/lib/stx/btree.h:292
Methodinitialize
Set variables to initial values
benchmark/lib/stx/btree.h:337
Methodinner_node_allocator
Return an allocator for inner_node objects
benchmark/lib/stx/btree.h:1460
Methodinsert
Insertion routines.
benchmark/lib/cpp-btree/btree_test.h:406
Methodinsert
Insertion routines.
benchmark/lib/cpp-btree/btree_container.h:193
Methodinsert
Insertion routines.
benchmark/lib/cpp-btree/btree_container.h:322
Methodinsert
benchmark/lib/google/sparsehash/sparsehashtable.h:936
Methodinsert
benchmark/lib/google/sparsehash/densehashtable.h:926
Methodinsert
Inserts the item \em val
benchmark/lib/nedtries/nedtrie.h:1542
Methodinsert
Attempt to insert a key into the B+ tree. The insert will fail if it is already present.
benchmark/lib/stx/btree_set.h:484
Methodinsert
Attempt to insert a key into the B+ tree. As this set allows duplicates, this function never fails.
benchmark/lib/stx/btree_multiset.h:484
Methodinsert
Attempt to insert a key/data pair into the B+ tree. Fails if the pair is already present.
benchmark/lib/stx/btree_map.h:473
Methodinsert
Attempt to insert a key/data pair into the B+ tree. As this tree allows duplicates insertion never fails.
benchmark/lib/stx/btree_multimap.h:473
Methodinsert
Attempt to insert a key/data pair into the B+ tree. If the tree does not allow duplicate keys, then the insert may fail if it is already present.
benchmark/lib/stx/btree.h:2088
Methodinsert_at
Private method used by insert_noresize and find_or_insert.
benchmark/lib/google/sparsehash/sparsehashtable.h:906
Methodinsert_at
Private method used by insert_noresize and find_or_insert.
benchmark/lib/google/sparsehash/densehashtable.h:889
Methodinsert_descend
* @brief Insert an item into the B+ tree. * * Descend down the nodes to a leaf, insert the key/data pair in a free * slot. If the node
benchmark/lib/stx/btree.h:2190
Methodinsert_multi
benchmark/lib/cpp-btree/safe_btree.h:299
Methodinsert_multi
Inserts a value into the btree.
benchmark/lib/cpp-btree/btree.h:1031
Methodinsert_noresize
If you know *this is big enough to hold obj, use this routine
benchmark/lib/google/sparsehash/sparsehashtable.h:919
Methodinsert_noresize
If you know *this is big enough to hold obj, use this routine
benchmark/lib/google/sparsehash/densehashtable.h:906
Methodinsert_start
Start the insertion descent at the current root and handle root splits. Returns true if the item was inserted
benchmark/lib/stx/btree.h:2144
Methodinsert_unique
benchmark/lib/cpp-btree/safe_btree.h:278
Methodinsert_unique
Inserts a value into the btree only if it does not already exist. The boolean return value indicates whether insertion succeeded or failed.
benchmark/lib/cpp-btree/btree.h:1009
Methodinternal_clear
benchmark/lib/cpp-btree/btree.h:2333
Methodinternal_dump
benchmark/lib/cpp-btree/btree.h:2349
Methodinternal_end
benchmark/lib/cpp-btree/btree.h:1297
Methodinternal_find_multi
benchmark/lib/cpp-btree/btree.h:2318
Methodinternal_find_unique
benchmark/lib/cpp-btree/btree.h:2300
Methodinternal_insert
benchmark/lib/cpp-btree/btree.h:2200
Methodinternal_last
benchmark/lib/cpp-btree/btree.h:2188
Methodinternal_locate
benchmark/lib/cpp-btree/btree.h:2231
Methodinternal_lower_bound
benchmark/lib/cpp-btree/btree.h:2267
Methodinternal_nodes
benchmark/lib/cpp-btree/safe_btree.h:378
Methodinternal_nodes
benchmark/lib/cpp-btree/btree_container.h:108
Methodinternal_nodes
benchmark/lib/cpp-btree/btree.h:1164
Methodinternal_stats
benchmark/lib/cpp-btree/btree.h:1364
Methodinternal_upper_bound
benchmark/lib/cpp-btree/btree.h:2284
Methodinternal_verify
benchmark/lib/cpp-btree/btree.h:2366
Methodisfew
True if few used entries, less than half full
benchmark/lib/stx/btree.h:304
Methodisfull
True if the node's slots are full
benchmark/lib/stx/btree.h:298
Methodisunderflow
True if node has too few entries
benchmark/lib/stx/btree.h:310
Methoditer_check
benchmark/lib/cpp-btree/btree_test.h:163
Methoditerator
benchmark/lib/stx/btree.h:503
Functionjudy_clone
benchmark/lib/judyarray/judy64na.c:396
Functionjudy_end
benchmark/lib/judyarray/judy64na.c:984
Methodkey_comp
Constant access to the key comparison object sorting the B+ tree
benchmark/lib/stx/btree_set.h:227
Methodkey_comp
Constant access to the key comparison object sorting the B+ tree
benchmark/lib/stx/btree_multiset.h:228
Methodkey_comp
Constant access to the key comparison object sorting the B+ tree
benchmark/lib/stx/btree_map.h:215
Methodkey_comp
Constant access to the key comparison object sorting the B+ tree
benchmark/lib/stx/btree_multimap.h:216
Methodkey_eq
benchmark/lib/google/sparsehash/sparsehashtable.h:428
Methodkey_eq
benchmark/lib/google/sparsehash/densehashtable.h:339
Methodkey_equal
True if a == b ? constructed from key_less(). This requires the < relation to be a total order, otherwise the B+ tree cannot be sorted.
benchmark/lib/stx/btree.h:1436
Methodkey_greater
True if a > b ? constructed from key_less()
benchmark/lib/stx/btree.h:1423
Methodkey_greaterequal
True if a >= b ? constructed from key_less()
benchmark/lib/stx/btree.h:1429
Methodkey_less
True if a < b ? "constructed" from m_key_less()
benchmark/lib/stx/btree.h:1411
Methodkey_lessequal
True if a <= b ? constructed from key_less()
benchmark/lib/stx/btree.h:1417
Methodleaf_node_allocator
Return an allocator for leaf_node objects
benchmark/lib/stx/btree.h:1454
Methodleaf_nodes
benchmark/lib/cpp-btree/safe_btree.h:379
Methodleaf_nodes
benchmark/lib/cpp-btree/btree_container.h:109
Methodleaf_nodes
The number of internal, leaf and total nodes used by the btree.
benchmark/lib/cpp-btree/btree.h:1161
Methodleftmost
The leftmost node is stored as the parent of the root node.
benchmark/lib/cpp-btree/btree.h:1227
Functionlibc_allocator_with_realloc
benchmark/lib/google/sparsehash/libc_allocator_with_realloc.h:56
Functionlibdynamic_equal
benchmark.cc:384
Functionlibdynamic_hash
We insert in the hashtable pointer to objects, because our objects are big */
benchmark.cc:377
Functionlibdynamic_release
benchmark.cc:402
Functionlibdynamic_set
benchmark.cc:392
Methodlower_bound
Lookup routines.
benchmark/lib/cpp-btree/btree_container.h:70
Methodlower_bound
benchmark/lib/cpp-btree/btree.h:376
Methodlower_bound
benchmark/lib/cpp-btree/btree.h:388
Methodlower_bound
benchmark/lib/cpp-btree/btree.h:401
Methodlower_bound
benchmark/lib/cpp-btree/btree.h:413
Methodlower_bound
benchmark/lib/cpp-btree/btree.h:582
Methodlower_bound
Searches the B+ tree and returns an iterator to the first pair equal to or greater than key, or end() if all keys are smaller.
benchmark/lib/stx/btree_set.h:378
Methodlower_bound
Searches the B+ tree and returns an iterator to the first pair equal to or greater than key, or end() if all keys are smaller.
benchmark/lib/stx/btree_multiset.h:378
Methodlower_bound
Searches the B+ tree and returns an iterator to the first pair equal to or greater than key, or end() if all keys are smaller.
benchmark/lib/stx/btree_map.h:366
← previousnext →701–800 of 1,190, ranked by callers