MCPcopy Create free account

hub / github.com/Tessil/ordered-map / functions

Functions257 in github.com/Tessil/ordered-map

↓ 58 callersMethodend
include/tsl/ordered_set.h:191
↓ 58 callersMethodfind
include/tsl/ordered_set.h:383
↓ 54 callersMethodsize
include/tsl/ordered_set.h:207
↓ 40 callersMethodinsert
include/tsl/ordered_set.h:215
↓ 31 callersMethodhash_function
* Observers */
include/tsl/ordered_set.h:583
↓ 28 callersMethodbegin
* Iterators */
include/tsl/ordered_set.h:187
↓ 22 callersMethodindex
include/tsl/ordered_hash.h:189
↓ 17 callersMethodempty
include/tsl/ordered_hash.h:185
↓ 17 callersMethoderase
* When erasing an element, the insert order will be preserved and no holes * will be present in the container returned by 'values_container()'.
include/tsl/ordered_set.h:269
↓ 16 callersMethodempty
* Capacity */
include/tsl/ordered_set.h:206
↓ 14 callersMethodbegin
* Iterators */
include/tsl/ordered_hash.h:579
↓ 14 callersMethodnth
* Requires index <= size(). * * Return an iterator to the element at index. Return end() if index == * size(). */
include/tsl/ordered_set.h:603
↓ 13 callersMethodcbegin
include/tsl/ordered_set.h:189
↓ 11 callersMethodend
include/tsl/ordered_hash.h:587
↓ 10 callersMethodcount
* Lookup */
include/tsl/ordered_set.h:346
↓ 10 callersMethodsize
include/tsl/ordered_hash.h:620
↓ 10 callersMethodvalue
tests/utils.h:93
↓ 9 callersMethodclear
include/tsl/ordered_hash.h:187
↓ 8 callersMethodbucket_count
* Bucket interface */
include/tsl/ordered_set.h:567
↓ 8 callersMethodcontains
include/tsl/ordered_set.h:453
↓ 7 callersMethodstr
tests/utils.h:273
↓ 7 callersMethodtry_emplace
include/tsl/ordered_map.h:317
↓ 6 callersMethodcend
include/tsl/ordered_set.h:193
↓ 6 callersMethodclear
* Modifiers */
include/tsl/ordered_set.h:213
↓ 6 callersMethoddata
include/tsl/ordered_hash.h:1019
↓ 6 callersMethodequal_range
include/tsl/ordered_set.h:490
↓ 6 callersMethodinsert_at_position
* Insert the value before pos shifting all the elements on the right of pos * (including pos) one position to the right. * * O(bucket_count()
include/tsl/ordered_set.h:664
↓ 6 callersMethodmax_size
tests/custom_allocator_tests.cpp:82
↓ 5 callersMethodbegin
* Iterators */
include/tsl/ordered_map.h:208
↓ 5 callersMethodcbegin
include/tsl/ordered_hash.h:583
↓ 5 callersMethoddata
include/tsl/ordered_set.h:629
↓ 5 callersMethodemplace_hint
include/tsl/ordered_set.h:258
↓ 5 callersMethodend
include/tsl/ordered_map.h:212
↓ 5 callersMethodinsert_or_assign
include/tsl/ordered_map.h:273
↓ 5 callersMethodset_index
include/tsl/ordered_hash.h:199
↓ 5 callersMethodtruncated_hash
include/tsl/ordered_hash.h:205
↓ 5 callersMethodtry_emplace_at_position
include/tsl/ordered_map.h:837
↓ 5 callersMethodunordered_erase
* Faster erase operation with an O(1) average complexity but it doesn't * preserve the insertion order. * * If an erasure occurs, the last el
include/tsl/ordered_set.h:698
↓ 4 callersMethodinsert_hint
include/tsl/ordered_hash.h:644
↓ 4 callersMethodserialize
include/tsl/ordered_set.h:767
↓ 3 callersMethodback
* Return const_reference to the last element. Requires the container to not * be empty. */
include/tsl/ordered_set.h:620
↓ 3 callersMethodemplace
include/tsl/ordered_set.h:246
↓ 3 callersMethodfront
* Return const_reference to the first element. Requires the container to not * be empty. */
include/tsl/ordered_set.h:614
↓ 3 callersMethodmax_load_factor
include/tsl/ordered_hash.h:946
↓ 2 callersMethodcend
include/tsl/ordered_hash.h:591
↓ 2 callersMethodemplace
include/tsl/ordered_hash.h:696
↓ 2 callersMethoderase
* Here to avoid `template<class K> size_type erase(const K& key)` being used * when we use an `iterator` instead of a `const_iterator`. */
include/tsl/ordered_hash.h:726
↓ 2 callersMethodmax_size
include/tsl/ordered_hash.h:244
↓ 2 callersMethodreserve
include/tsl/ordered_set.h:578
↓ 2 callersMethodreserve
include/tsl/ordered_hash.h:962
↓ 2 callersMethodset_hash
include/tsl/ordered_hash.h:215
↓ 2 callersMethodswap
include/tsl/ordered_hash.h:802
↓ 2 callersMethodtry_emplace_hint
include/tsl/ordered_hash.h:714
↓ 1 callersMethodbucket_count
* Bucket interface */
include/tsl/ordered_hash.h:931
↓ 1 callersMethodcapacity
include/tsl/ordered_hash.h:1025
↓ 1 callersMethodclear
* Modifiers */
include/tsl/ordered_map.h:234
↓ 1 callersMethodemplace
include/tsl/ordered_map.h:300
↓ 1 callersMethodemplace_hint
include/tsl/ordered_map.h:312
↓ 1 callersMethodinsert
include/tsl/ordered_map.h:236
↓ 1 callersMethodload_factor
* Hash policy */
include/tsl/ordered_set.h:573
↓ 1 callersMethodmutable_iterator
* Convert a const_iterator to an iterator. */
include/tsl/ordered_set.h:593
↓ 1 callersMethodrbegin
include/tsl/ordered_set.h:195
↓ 1 callersMethodrcbegin
include/tsl/ordered_set.h:197
↓ 1 callersMethodrcend
include/tsl/ordered_set.h:201
↓ 1 callersMethodrehash
include/tsl/ordered_set.h:577
↓ 1 callersMethodrelease
* Release the container in which the values are stored. * * The set is empty after this operation. */
include/tsl/ordered_set.h:647
↓ 1 callersMethodrend
include/tsl/ordered_set.h:199
↓ 1 callersMethodreserve
include/tsl/ordered_map.h:722
↓ 1 callersMethodserialize
include/tsl/ordered_hash.h:218
↓ 1 callersMethodsize
include/tsl/ordered_map.h:228
FunctionBOOST_AUTO_TEST_CASE
tests/ordered_map_tests.cpp:114
FunctionBOOST_AUTO_TEST_CASE
tests/ordered_set_tests.cpp:98
FunctionBOOST_AUTO_TEST_CASE
tests/custom_allocator_tests.cpp:122
FunctionBOOST_AUTO_TEST_CASE_TEMPLATE
* insert */
tests/ordered_map_tests.cpp:57
FunctionBOOST_AUTO_TEST_CASE_TEMPLATE
* insert */
tests/ordered_set_tests.cpp:52
Methodaddress
tests/custom_allocator_tests.cpp:61
Methodallocate
tests/custom_allocator_tests.cpp:65
Methodback
include/tsl/ordered_hash.h:998
Methodback
* Return const_reference to the last element. Requires the container to not * be empty. */
include/tsl/ordered_map.h:764
Methodbackward_shift
* Swap the empty bucket with the values on its right until we cross another * empty bucket or if the other bucket has a distance_from_ideal_bucket
include/tsl/ordered_hash.h:1301
Methodbucket_count
* Bucket interface */
include/tsl/ordered_map.h:711
Methodbucket_entry
include/tsl/ordered_hash.h:183
Methodbucket_for_hash
include/tsl/ordered_hash.h:1520
Methodcapacity
include/tsl/ordered_set.h:652
Methodcapacity
include/tsl/ordered_map.h:796
Methodcbegin
include/tsl/ordered_map.h:210
Methodcend
include/tsl/ordered_map.h:214
Methodclear
* Modifiers */
include/tsl/ordered_hash.h:629
Methodcompare_keys
include/tsl/ordered_hash.h:1196
Methodconstruct
tests/custom_allocator_tests.cpp:87
Methodcontains
include/tsl/ordered_hash.h:896
Methodcontains
include/tsl/ordered_map.h:597
Methodcopy_constructible_only_test
tests/utils.h:101
Methodcount
include/tsl/ordered_hash.h:856
Methodcount
include/tsl/ordered_map.h:490
Methodcustom_allocator
tests/custom_allocator_tests.cpp:55
Methoddata
include/tsl/ordered_map.h:773
Methoddeallocate
tests/custom_allocator_tests.cpp:80
Methoddeserialize
include/tsl/ordered_set.h:796
Methoddeserialize
include/tsl/ordered_hash.h:227
next →1–100 of 257, ranked by callers