MCPcopy Create free account

hub / github.com/amadvance/tommyds / functions

Functions1,190 in github.com/amadvance/tommyds

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_multimap.h:366
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.h:1855
Functionmain
check.c:1712
Functionmain
benchmark.cc:2830
Functionmain
benchmark/lib/cpp-btree/btree_bench.cc:591
Functionmain
benchmark/lib/judyarray/judy64na.c:1869
Functionmap_clear
benchmark/lib/libdynamic/map.c:183
Functionmap_element_empty
benchmark/lib/libdynamic/map.c:105
Functionmap_size
benchmark/lib/libdynamic/map.c:91
Methodmax_bucket_count
benchmark/lib/google/sparsehash/sparsehashtable.h:550
Methodmax_bucket_count
benchmark/lib/google/sparsehash/densehashtable.h:509
Methodmax_size
benchmark/lib/cpp-btree/safe_btree.h:375
Methodmax_size
benchmark/lib/cpp-btree/btree_container.h:105
Methodmax_size
benchmark/lib/cpp-btree/btree.h:1140
Methodmax_size
benchmark/lib/google/sparsehash/sparsehashtable.h:547
Methodmax_size
benchmark/lib/google/sparsehash/densehashtable.h:506
Methodmax_size
Returns the largest possible size of the B+ Tree. This is just a function required by the STL standard, the B+ Tree can hold more items.
benchmark/lib/stx/btree_set.h:333
Methodmax_size
Returns the largest possible size of the B+ Tree. This is just a function required by the STL standard, the B+ Tree can hold more items.
benchmark/lib/stx/btree_multiset.h:334
Methodmax_size
Returns the largest possible size of the B+ Tree. This is just a function required by the STL standard, the B+ Tree can hold more items.
benchmark/lib/stx/btree_map.h:321
Methodmax_size
Returns the largest possible size of the B+ Tree. This is just a function required by the STL standard, the B+ Tree can hold more items.
benchmark/lib/stx/btree_multimap.h:322
Methodmax_size
Returns the largest possible size of the B+ Tree. This is just a function required by the STL standard, the B+ Tree can hold more items.
benchmark/lib/stx/btree.h:1741
Methodmaybe_shrink
Used after a string of deletes. Returns true if we actually shrunk. TODO(csilvers): take a delta so we can take into account inserts done after shrin
benchmark/lib/google/sparsehash/sparsehashtable.h:564
Methodmaybe_shrink
Used after a string of deletes. Returns true if we actually shrunk. TODO(csilvers): take a delta so we can take into account inserts done after shrin
benchmark/lib/google/sparsehash/densehashtable.h:524
Functionmem
benchmark.cc:842
Methodmerge_inner
Merge two inner nodes. The function moves all key/childid pairs from right to left and sets right's slotuse to zero. The right slot is then removed by
benchmark/lib/stx/btree.h:3293
Methodmerge_leaves
Merge two leaf nodes. The function moves all key/data pairs from right to left and sets right's slotuse to zero. The right slot is then removed by the
benchmark/lib/stx/btree.h:3262
Methodmerge_nodes
benchmark/lib/cpp-btree/btree.h:2096
Methodmove_from
Implementation is like copy_from, but it destroys the table of the "from" guy by freeing sparsetable memory as we iterate. This is useful in resizing
benchmark/lib/google/sparsehash/sparsehashtable.h:680
Methodmulti_checker
Default constructor.
benchmark/lib/cpp-btree/btree_test.h:449
Methodmutable_internal_allocator
Allocator routines.
benchmark/lib/cpp-btree/btree.h:1234
Methodmutable_iter
benchmark/lib/cpp-btree/safe_btree.h:90
Methodmutable_key_comp
benchmark/lib/cpp-btree/btree.h:1113
Methodmutable_rightmost
benchmark/lib/cpp-btree/btree.h:546
Methodmutable_rightmost
benchmark/lib/cpp-btree/btree.h:1224
Methodmutable_root
benchmark/lib/cpp-btree/btree.h:1215
Methodmutable_size
benchmark/lib/cpp-btree/btree.h:550
Methodmutable_size
The size of the tree is stored in the root node.
benchmark/lib/cpp-btree/btree.h:1231
Functionnedtrie_func
benchmark.cc:483
Methodnew_internal_node
Node creation/deletion routines.
benchmark/lib/cpp-btree/btree.h:1242
Methodnew_internal_root_node
benchmark/lib/cpp-btree/btree.h:1247
Methodnew_leaf_node
benchmark/lib/cpp-btree/btree.h:1252
Methodnew_leaf_root_node
benchmark/lib/cpp-btree/btree.h:1257
Methodnode_stats
benchmark/lib/cpp-btree/btree.h:894
Methodnodes
benchmark/lib/cpp-btree/safe_btree.h:380
Methodnodes
benchmark/lib/cpp-btree/btree_container.h:110
Methodnodes
benchmark/lib/cpp-btree/btree.h:1167
Methodnodes
Return the total number of nodes
benchmark/lib/stx/btree.h:1274
Methodnonempty_bucket_count
benchmark/lib/google/sparsehash/densehashtable.h:510
Methodnum_table_copies
Accessor function for statistics gathering.
benchmark/lib/google/sparsehash/sparsehashtable.h:432
Methodnum_table_copies
Accessor function for statistics gathering.
benchmark/lib/google/sparsehash/densehashtable.h:345
Functionoperator!=
benchmark/lib/google/sparsehash/libc_allocator_with_realloc.h:114
Functionoperator!=
benchmark/lib/nedtries/nedtrie.h:1617
Methodoperator!=
benchmark/lib/cpp-btree/safe_btree.h:114
Methodoperator!=
benchmark/lib/cpp-btree/btree_container.h:130
Methodoperator!=
benchmark/lib/cpp-btree/btree.h:797
Methodoperator!=
benchmark/lib/google/sparsehash/sparsehashtable.h:199
Methodoperator!=
benchmark/lib/google/sparsehash/sparsehashtable.h:254
Methodoperator!=
benchmark/lib/google/sparsehash/sparsehashtable.h:306
Methodoperator!=
benchmark/lib/google/sparsehash/sparsehashtable.h:1065
Methodoperator!=
benchmark/lib/google/sparsehash/densehashtable.h:188
Methodoperator!=
benchmark/lib/google/sparsehash/densehashtable.h:246
Methodoperator!=
benchmark/lib/google/sparsehash/densehashtable.h:1053
Methodoperator!=
Inequality relation. Based on operator==.
benchmark/lib/stx/btree_set.h:429
Methodoperator!=
Inequality relation. Based on operator==.
benchmark/lib/stx/btree_multiset.h:429
Methodoperator!=
Inequality relation. Based on operator==.
benchmark/lib/stx/btree_map.h:418
Methodoperator!=
Inequality relation. Based on operator==.
benchmark/lib/stx/btree_multimap.h:418
Methodoperator!=
Inequality of iterators
benchmark/lib/stx/btree.h:624
Methodoperator!=
Inequality of iterators
benchmark/lib/stx/btree.h:827
Methodoperator!=
Inequality of iterators
benchmark/lib/stx/btree.h:1031
Methodoperator!=
Inequality of iterators
benchmark/lib/stx/btree.h:1238
Methodoperator!=
Inequality relation. Based on operator==.
benchmark/lib/stx/btree.h:1963
Methodoperator()
benchmark.cc:506
Methodoperator()
benchmark/lib/cpp-btree/btree_test.h:507
Methodoperator()
benchmark/lib/cpp-btree/btree_test.h:519
Methodoperator()
benchmark/lib/cpp-btree/btree_test.h:534
Methodoperator()
benchmark/lib/cpp-btree/btree_test.cc:119
Methodoperator()
benchmark/lib/cpp-btree/btree_bench.cc:56
Methodoperator()
benchmark/lib/cpp-btree/btree.h:209
Methodoperator()
benchmark/lib/cpp-btree/btree.h:221
Methodoperator()
benchmark/lib/cpp-btree/btree.h:236
Methodoperator()
benchmark/lib/cpp-btree/btree.h:252
Methodoperator()
benchmark/lib/cpp-btree/btree.h:360
Methodoperator()
benchmark/lib/cpp-btree/btree.h:368
Methodoperator()
Convert a fake pair type to just the first component
benchmark/lib/stx/btree.h:390
Methodoperator()
Identity "convert" a real pair type to just the first component
benchmark/lib/stx/btree.h:404
Methodoperator()
Function call "less"-operator resulting in true if x < y.
benchmark/lib/stx/btree.h:1388
Methodoperator*
This reference value is potentially invalidated by any non-const method on the tree; it is NOT safe.
benchmark/lib/cpp-btree/safe_btree.h:124
Methodoperator*
benchmark/lib/cpp-btree/btree_container.h:241
Methodoperator*
benchmark/lib/cpp-btree/btree.h:805
Methodoperator*
Happy dereferencer
benchmark/lib/google/sparsehash/sparsehashtable.h:183
Methodoperator*
Happy dereferencer
benchmark/lib/google/sparsehash/sparsehashtable.h:238
Methodoperator*
Happy dereferencer
benchmark/lib/google/sparsehash/sparsehashtable.h:290
Methodoperator*
Happy dereferencer
benchmark/lib/google/sparsehash/densehashtable.h:172
Methodoperator*
Happy dereferencer
benchmark/lib/google/sparsehash/densehashtable.h:230
Methodoperator*
Dereference the iterator, this is not a value_type& because key and value are not stored together
benchmark/lib/stx/btree.h:514
Methodoperator*
Dereference the iterator. Do not use this if possible, use key() and data() instead. The B+ tree does not stored key and data together.
benchmark/lib/stx/btree.h:717
Methodoperator*
Dereference the iterator, this is not a value_type& because key and value are not stored together
benchmark/lib/stx/btree.h:917
Methodoperator*
Dereference the iterator. Do not use this if possible, use key() and data() instead. The B+ tree does not stored key and data together.
benchmark/lib/stx/btree.h:1124
Methodoperator++
benchmark/lib/cpp-btree/safe_btree.h:146
Methodoperator++
benchmark/lib/cpp-btree/btree.h:820
← previousnext →801–900 of 1,190, ranked by callers