Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tessil/robin-map
/ functions
Functions
223 in github.com/Tessil/robin-map
⨍
Functions
223
◇
Types & classes
38
Method
deserialize_impl
include/tsl/robin_hash.h:1395
Function
deserialize_value
include/tsl/robin_hash.h:90
Method
deserializer
tests/utils.h:389
Method
destroy
tests/custom_allocator_tests.cpp:93
Method
destroy_value
include/tsl/robin_hash.h:308
Method
emplace
include/tsl/robin_hash.h:742
Method
emplace_hint
include/tsl/robin_hash.h:747
Method
empty
* Capacity */
include/tsl/robin_map.h:224
Method
empty
include/tsl/robin_hash.h:245
Method
end
include/tsl/robin_hash.h:651
Method
equal_range
include/tsl/robin_map.h:603
Method
equal_range
include/tsl/robin_hash.h:972
Method
erase
include/tsl/robin_map.h:335
Method
erase
* 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/robin_hash.h:775
Method
erase_fast
* Erase the element at position 'pos'. In contrast to the regular erase() * function, erase_fast() does not return an iterator. This allows it to b
include/tsl/robin_map.h:348
Method
erase_fast
include/tsl/robin_hash.h:767
Method
erase_from_bucket
include/tsl/robin_hash.h:1130
Method
find_impl
include/tsl/robin_hash.h:1104
Method
get_allocator
include/tsl/robin_set.h:185
Method
get_allocator
include/tsl/robin_map.h:208
Method
get_allocator
include/tsl/robin_hash.h:624
Method
get_filled_hash_map
tests/utils.h:326
Method
get_key<copy_only_test>
tests/utils.h:286
Method
get_key<move_only_test>
tests/utils.h:280
Method
get_key<self_reference_member_test>
tests/utils.h:268
Method
get_value<copy_only_test>
tests/utils.h:320
Method
get_value<move_only_test>
tests/utils.h:314
Method
get_value<self_reference_member_test>
tests/utils.h:302
Method
hash_function
* Observers */
include/tsl/robin_map.h:709
Method
hash_function
* Observers */
include/tsl/robin_hash.h:1044
Method
insert
include/tsl/robin_hash.h:685
Method
insert_impl
include/tsl/robin_hash.h:1162
Method
insert_or_assign
include/tsl/robin_hash.h:720
Method
insert_value
include/tsl/robin_hash.h:1211
Method
insert_value_impl
* We don't use `value_type&& value` as last argument due to a bug in MSVC * when `value_type` is a pointer, The compiler is not able to see the
include/tsl/robin_hash.h:1230
Method
int32_t>
tests/utils.h:258
Method
int64_t>
tests/utils.h:263
Method
is_power_of_two
include/tsl/robin_growth_policy.h:173
Method
key_eq
include/tsl/robin_set.h:565
Method
key_eq
include/tsl/robin_map.h:710
Method
key_eq
include/tsl/robin_hash.h:1046
Method
load_factor
* Hash policy */
include/tsl/robin_map.h:686
Method
load_factor
* Hash policy */
include/tsl/robin_hash.h:1007
Method
max_bucket_count
include/tsl/robin_map.h:681
Method
max_bucket_count
* Return the maximum number of buckets supported by the policy. */
include/tsl/robin_growth_policy.h:143
Method
max_bucket_count
include/tsl/robin_growth_policy.h:229
Method
max_bucket_count
include/tsl/robin_growth_policy.h:400
Method
max_bucket_count
include/tsl/robin_hash.h:999
Method
max_load_factor
include/tsl/robin_map.h:689
Method
max_size
tests/custom_allocator_tests.cpp:83
Method
max_size
include/tsl/robin_set.h:203
Method
max_size
include/tsl/robin_map.h:226
Method
min_load_factor
include/tsl/robin_map.h:688
Function
mod
include/tsl/robin_growth_policy.h:315
Method
mod_growth_policy
include/tsl/robin_growth_policy.h:192
Method
move_only_test
tests/utils.h:130
Method
mutable_iterator
* Convert a const_iterator to an iterator. */
include/tsl/robin_map.h:719
Method
mutable_iterator
* Other */
include/tsl/robin_hash.h:1051
Method
next_bucket
include/tsl/robin_hash.h:1087
Method
next_bucket_count
* Return the number of buckets that should be used on next growth. */
include/tsl/robin_growth_policy.h:131
Method
next_bucket_count
include/tsl/robin_growth_policy.h:391
Function
numeric_cast
include/tsl/robin_hash.h:70
Function
operator!=
tests/custom_allocator_tests.cpp:104
Method
operator!=
tests/utils.h:113
Method
operator!=
tests/utils.h:160
Method
operator!=
tests/utils.h:208
Method
operator!=
include/tsl/robin_set.h:646
Method
operator!=
include/tsl/robin_map.h:792
Method
operator!=
include/tsl/robin_hash.h:520
Method
operator()
tests/robin_map_tests.cpp:1189
Method
operator()
tests/robin_map_tests.cpp:1224
Method
operator()
tests/robin_map_tests.cpp:1234
Method
operator()
tests/robin_map_tests.cpp:1261
Method
operator()
tests/robin_map_tests.cpp:1278
Method
operator()
tests/utils.h:56
Method
operator()
tests/utils.h:65
Method
operator()
tests/utils.h:225
Method
operator()
tests/utils.h:232
Method
operator()
tests/utils.h:239
Method
operator()
tests/utils.h:354
Method
operator()
tests/utils.h:396
Method
operator*
include/tsl/robin_hash.h:490
Method
operator++
include/tsl/robin_hash.h:508
Method
operator->
include/tsl/robin_hash.h:492
Method
operator<
tests/utils.h:118
Method
operator<
tests/utils.h:164
Method
operator<
tests/utils.h:212
Function
operator==
tests/custom_allocator_tests.cpp:99
Method
operator==
tests/utils.h:108
Method
operator==
tests/utils.h:152
Method
operator==
tests/utils.h:204
Method
operator==
include/tsl/robin_set.h:578
Method
operator==
include/tsl/robin_map.h:776
Method
operator==
include/tsl/robin_hash.h:515
Method
power_of_two_growth_policy
* Called on the hash table creation and on rehash. The number of buckets for * the table is passed in parameter. This number is a minimum, the poli
include/tsl/robin_growth_policy.h:105
Method
prime_growth_policy
include/tsl/robin_growth_policy.h:370
Method
rehash
include/tsl/robin_map.h:703
Method
rehash
include/tsl/robin_hash.h:1031
Method
rehash_impl
include/tsl/robin_hash.h:1264
Method
rehash_on_extreme_load
* Grow the table if m_grow_on_next_insert is true or we reached the * max_load_factor. Shrink the table if m_try_shrink_on_next_insert is true *
include/tsl/robin_hash.h:1329
← previous
next →
101–200 of 223, ranked by callers