MCPcopy Create free account

hub / github.com/amadvance/tommyds / functions

Functions1,190 in github.com/amadvance/tommyds

Methodoperator++
benchmark/lib/google/sparsehash/sparsehashtable.h:195
Methodoperator++
benchmark/lib/google/sparsehash/sparsehashtable.h:250
Methodoperator++
benchmark/lib/google/sparsehash/sparsehashtable.h:302
Methodoperator++
benchmark/lib/google/sparsehash/densehashtable.h:184
Methodoperator++
benchmark/lib/google/sparsehash/densehashtable.h:242
Methodoperator++
Postfix++ advance the iterator to the next slot
benchmark/lib/stx/btree.h:560
Methodoperator++
Postfix++ advance the iterator to the next slot
benchmark/lib/stx/btree.h:763
Methodoperator++
Postfix++ advance the iterator to the next slot
benchmark/lib/stx/btree.h:967
Methodoperator++
Postfix++ advance the iterator to the previous slot
benchmark/lib/stx/btree.h:1174
Methodoperator--
benchmark/lib/cpp-btree/safe_btree.h:151
Methodoperator--
benchmark/lib/cpp-btree/btree.h:825
Methodoperator--
Postfix-- backstep the iterator to the last slot
benchmark/lib/stx/btree.h:598
Methodoperator--
Postfix-- backstep the iterator to the last slot
benchmark/lib/stx/btree.h:801
Methodoperator--
Postfix-- backstep the iterator to the last slot
benchmark/lib/stx/btree.h:1005
Methodoperator--
Postfix-- backstep the iterator to the next slot
benchmark/lib/stx/btree.h:1212
Methodoperator->
This pointer value is potentially invalidated by any non-const method on the tree; it is NOT safe.
benchmark/lib/cpp-btree/safe_btree.h:130
Methodoperator->
benchmark/lib/cpp-btree/btree.h:808
Methodoperator->
benchmark/lib/google/sparsehash/sparsehashtable.h:184
Methodoperator->
benchmark/lib/google/sparsehash/sparsehashtable.h:239
Methodoperator->
benchmark/lib/google/sparsehash/sparsehashtable.h:291
Methodoperator->
benchmark/lib/google/sparsehash/densehashtable.h:173
Methodoperator->
benchmark/lib/google/sparsehash/densehashtable.h:231
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:523
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:726
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:927
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:1134
Functionoperator<
benchmark/lib/nedtries/nedtrie.h:1621
Methodoperator<
Total ordering relation of B+ trees of the same type. It uses std::lexicographical_compare() for the actual comparison of elements.
benchmark/lib/stx/btree_set.h:436
Methodoperator<
Total ordering relation of B+ trees of the same type. It uses std::lexicographical_compare() for the actual comparison of elements.
benchmark/lib/stx/btree_multiset.h:436
Methodoperator<
Total ordering relation of B+ trees of the same type. It uses std::lexicographical_compare() for the actual comparison of elements.
benchmark/lib/stx/btree_map.h:425
Methodoperator<
Total ordering relation of B+ trees of the same type. It uses std::lexicographical_compare() for the actual comparison of elements.
benchmark/lib/stx/btree_multimap.h:425
Methodoperator<
Total ordering relation of B+ trees of the same type. It uses std::lexicographical_compare() for the actual comparison of elements.
benchmark/lib/stx/btree.h:1970
Functionoperator<=
benchmark/lib/nedtries/nedtrie.h:1625
Methodoperator<=
Less-equal relation. Based on operator<.
benchmark/lib/stx/btree_set.h:448
Methodoperator<=
Less-equal relation. Based on operator<.
benchmark/lib/stx/btree_multiset.h:448
Methodoperator<=
Less-equal relation. Based on operator<.
benchmark/lib/stx/btree_map.h:437
Methodoperator<=
Less-equal relation. Based on operator<.
benchmark/lib/stx/btree_multimap.h:437
Methodoperator<=
Less-equal relation. Based on operator<.
benchmark/lib/stx/btree.h:1982
Functionoperator==
benchmark/lib/cpp-btree/btree_test.h:50
Functionoperator==
benchmark/lib/google/sparsehash/libc_allocator_with_realloc.h:108
Functionoperator==
benchmark/lib/nedtries/nedtrie.h:1629
Methodoperator==
Equality/inequality operators.
benchmark/lib/cpp-btree/safe_btree.h:111
Methodoperator==
benchmark/lib/cpp-btree/btree_container.h:118
Methodoperator==
benchmark/lib/cpp-btree/btree.h:794
Methodoperator==
Comparison.
benchmark/lib/google/sparsehash/sparsehashtable.h:198
Methodoperator==
Comparison.
benchmark/lib/google/sparsehash/sparsehashtable.h:253
Methodoperator==
Comparison.
benchmark/lib/google/sparsehash/sparsehashtable.h:305
Methodoperator==
COMPARISON
benchmark/lib/google/sparsehash/sparsehashtable.h:1048
Methodoperator==
Comparison.
benchmark/lib/google/sparsehash/densehashtable.h:187
Methodoperator==
Comparison.
benchmark/lib/google/sparsehash/densehashtable.h:245
Methodoperator==
COMPARISON
benchmark/lib/google/sparsehash/densehashtable.h:1036
Methodoperator==
Equality relation of B+ trees of the same type. B+ trees of the same size and equal elements are considered equal.
benchmark/lib/stx/btree_set.h:423
Methodoperator==
Equality relation of B+ trees of the same type. B+ trees of the same size and equal key (counts) are considered equal.
benchmark/lib/stx/btree_multiset.h:423
Methodoperator==
Equality relation of B+ trees of the same type. B+ trees of the same size and equal elements (both key and data) are considered equal.
benchmark/lib/stx/btree_map.h:412
Methodoperator==
Equality relation of B+ trees of the same type. B+ trees of the same size and equal elements (both key and data) are considered equal. Beware of the r
benchmark/lib/stx/btree_multimap.h:412
Methodoperator==
Equality of iterators
benchmark/lib/stx/btree.h:618
Methodoperator==
Equality of iterators
benchmark/lib/stx/btree.h:821
Methodoperator==
Equality of iterators
benchmark/lib/stx/btree.h:1025
Methodoperator==
Equality of iterators
benchmark/lib/stx/btree.h:1232
Methodoperator==
Equality relation of B+ trees of the same type. B+ trees of the same size and equal elements (both key and data) are considered equal. Beware of the r
benchmark/lib/stx/btree.h:1957
Functionoperator>
benchmark/lib/nedtries/nedtrie.h:1633
Methodoperator>
Greater relation. Based on operator<.
benchmark/lib/stx/btree_set.h:442
Methodoperator>
Greater relation. Based on operator<.
benchmark/lib/stx/btree_multiset.h:442
Methodoperator>
Greater relation. Based on operator<.
benchmark/lib/stx/btree_map.h:431
Methodoperator>
Greater relation. Based on operator<.
benchmark/lib/stx/btree_multimap.h:431
Methodoperator>
Greater relation. Based on operator<.
benchmark/lib/stx/btree.h:1976
Functionoperator>=
benchmark/lib/nedtries/nedtrie.h:1637
Methodoperator>=
Greater-equal relation. Based on operator<.
benchmark/lib/stx/btree_set.h:454
Methodoperator>=
Greater-equal relation. Based on operator<.
benchmark/lib/stx/btree_multiset.h:454
Methodoperator>=
Greater-equal relation. Based on operator<.
benchmark/lib/stx/btree_map.h:443
Methodoperator>=
Greater-equal relation. Based on operator<.
benchmark/lib/stx/btree_multimap.h:443
Methodoperator>=
Greater-equal relation. Based on operator<.
benchmark/lib/stx/btree.h:1988
Methodoverhead
benchmark/lib/cpp-btree/safe_btree.h:386
Methodoverhead
benchmark/lib/cpp-btree/btree_container.h:116
Methodoverhead
The overhead of the btree structure in bytes per node. Computed as the total number of bytes used by the btree minus the number of bytes used for stor
benchmark/lib/cpp-btree/btree.h:1204
Methodprint
Print out the B+ tree structure with keys onto the given ostream. This function requires that the header is compiled with BTREE_DEBUG and that key_typ
benchmark/lib/stx/btree_set.h:556
Methodprint
Print out the B+ tree structure with keys onto the given ostream. This function requires that the header is compiled with BTREE_DEBUG and that key_typ
benchmark/lib/stx/btree_multiset.h:556
Methodprint
Print out the B+ tree structure with keys onto the given ostream. This function requires that the header is compiled with BTREE_DEBUG and that key_typ
benchmark/lib/stx/btree_map.h:574
Methodprint
Print out the B+ tree structure with keys onto the given ostream. This function requires that the header is compiled with BTREE_DEBUG and that key_typ
benchmark/lib/stx/btree_multimap.h:565
Methodprint
Print out the B+ tree structure with keys onto the given ostream. This function requires that the header is compiled with BTREE_DEBUG and that key_typ
benchmark/lib/stx/btree.h:3556
Methodprint_leaves
Print out only the leaves via the double linked list.
benchmark/lib/stx/btree_set.h:562
Methodprint_leaves
Print out only the leaves via the double linked list.
benchmark/lib/stx/btree_multiset.h:562
Methodprint_leaves
Print out only the leaves via the double linked list.
benchmark/lib/stx/btree_map.h:580
Methodprint_leaves
Print out only the leaves via the double linked list.
benchmark/lib/stx/btree_multimap.h:571
Methodprint_leaves
Print out only the leaves via the double linked list.
benchmark/lib/stx/btree.h:3564
Methodprint_node
Recursively descend down the tree and print out nodes.
benchmark/lib/stx/btree.h:3581
Methodrbegin
benchmark/lib/cpp-btree/safe_btree.h:221
Methodrbegin
benchmark/lib/cpp-btree/btree_container.h:64
Methodrbegin
benchmark/lib/cpp-btree/btree.h:956
Methodrbegin
Constructs a read/data-write reverse iterator that points to the first invalid slot in the last leaf of the B+ tree. Uses STL magic.
benchmark/lib/stx/btree_set.h:290
Methodrbegin
Constructs a read/data-write reverse iterator that points to the first invalid slot in the last leaf of the B+ tree. Uses STL magic.
benchmark/lib/stx/btree_multiset.h:291
Methodrbegin
Constructs a read/data-write reverse iterator that points to the first invalid slot in the last leaf of the B+ tree. Uses STL magic.
benchmark/lib/stx/btree_map.h:278
Methodrbegin
Constructs a read/data-write reverse iterator that points to the first invalid slot in the last leaf of the B+ tree. Uses STL magic.
benchmark/lib/stx/btree_multimap.h:279
Methodrbegin
Constructs a read/data-write reverse iterator that points to the first invalid slot in the last leaf of the B+ tree. Uses STL magic.
benchmark/lib/stx/btree.h:1601
Functionrbt_compare
benchmark.cc:451
Methodread_metadata
benchmark/lib/google/sparsehash/sparsehashtable.h:1081
Methodread_metadata
benchmark/lib/google/sparsehash/densehashtable.h:1069
Methodread_nopointer_data
Only meaningful if value_type is a POD.
benchmark/lib/google/sparsehash/sparsehashtable.h:1094
Methodread_nopointer_data
When reading, we have to override the potential const-ness of *it
benchmark/lib/google/sparsehash/densehashtable.h:1100
Methodrealloc_or_die
benchmark/lib/google/sparsehash/densehashtable.h:1141
← previousnext →901–1,000 of 1,190, ranked by callers