Searched refs:is_grow_needed (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dsample_resize_trigger.hpp134 is_grow_needed(size_type size, size_type num_entries) const;
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp141 is_grow_needed(size_type /*size*/, size_type /*num_used_e*/) const function in class:PB_DS_CLASS_C_DEC
H A Dhash_load_check_resize_trigger_imp.hpp143 is_grow_needed(size_type /*size*/, size_type num_entries) const function in class:PB_DS_CLASS_C_DEC
H A Dhash_standard_resize_policy_imp.hpp168 if (trigger_policy_base::is_grow_needed(size, num_used_e))
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/
H A Dhash_policy.hpp273 is_grow_needed(size_type size, size_type num_entries) const;
379 is_grow_needed(size_type size, size_type num_entries) const;

Completed in 152 milliseconds