Searched refs:try_expand_fwd (Results 1 – 1 of 1) sorted by relevance
472 bool try_expand_fwd(size_type at_least) in try_expand_fwd() function669 BOOST_CONTAINER_FORCEINLINE bool try_expand_fwd(size_type at_least) in try_expand_fwd() function1765 …m_enough = this->room_enough() || (alloc_version::value == 2 && this->m_holder.try_expand_fwd(1u)); in stable_emplace_back()1817 …_enough = this->room_enough() || (alloc_version::value == 2 && this->m_holder.try_expand_fwd(1u));\2145 …return cp >= new_cap || (alloc_version::value == 2 && this->m_holder.try_expand_fwd(new_cap - cp)); in stable_reserve()