Searched refs:m_grow_factor (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_exponential_size_policy_imp.hpp47 m_grow_factor(grow_factor)
56 std::swap(m_grow_factor, other.m_grow_factor);
67 const size_type next_ret = ret* m_grow_factor;
83 const size_type next_ret = ret* m_grow_factor;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_exponential_size_policy_imp.hpp47 m_grow_factor(grow_factor)
56 std::swap(m_grow_factor, other.m_grow_factor);
67 const size_type next_ret = ret* m_grow_factor;
83 const size_type next_ret = ret* m_grow_factor;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/
H A Dhash_policy.hpp437 size_type m_grow_factor; member in class:__gnu_pbds::hash_exponential_size_policy
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/
H A Dhash_policy.hpp437 size_type m_grow_factor; member in class:__gnu_pbds::hash_exponential_size_policy

Completed in 137 milliseconds