Searched refs:m_start_size (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_exponential_size_policy_imp.hpp50 m_start_size(start_size),
59 std::swap(m_start_size, other.m_start_size);
68 size_type ret = m_start_size;
84 size_type ret = m_start_size;
H A Dhash_prime_size_policy_imp.hpp130 hash_prime_size_policy(size_type n) : m_start_size(n)
131 { m_start_size = get_nearest_larger_size(n); }
137 { std::swap(m_start_size, other.m_start_size); }
162 if (*p_lower < m_start_size)
163 return m_start_size;
/freebsd-10.1-release/contrib/libstdc++/include/ext/pb_ds/
H A Dhash_policy.hpp429 size_type m_start_size; member in class:pb_ds::hash_exponential_size_policy
465 size_type m_start_size; member in class:pb_ds::hash_prime_size_policy

Completed in 94 milliseconds