Searched refs:m_load_max (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp53 : m_load_min(load_min), m_load_max(load_max), m_next_shrink_size(0),
159 m_next_grow_size = size_type(m_load_max * new_size - 1);
166 static_cast<unsigned long>(m_load_max) << " " <<
180 size_type new_grow_size = size_type(m_load_max * new_size - 1);
192 static_cast<unsigned long>(m_load_max) << " " <<
206 static_cast<unsigned long>(m_load_max) << " " <<
235 std::swap(m_load_max, other.m_load_max);
250 return std::make_pair(m_load_min, m_load_max);
260 const float old_load_max = m_load_max;
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/
H A Dhash_policy.hpp287 float m_load_max; member in class:pb_ds::hash_load_check_resize_trigger

Completed in 125 milliseconds