Searched refs:room_enough (Results 1 – 1 of 1) sorted by relevance
1740 if (BOOST_LIKELY(this->room_enough())){ in emplace_back()1765 …const bool is_room_enough = this->room_enough() || (alloc_version::value == 2 && this->m_holder.tr… in stable_emplace_back()1800 if (BOOST_LIKELY(this->room_enough())){\1817 …const bool is_room_enough = this->room_enough() || (alloc_version::value == 2 && this->m_holder.tr…2320 bool room_enough() const in room_enough() function in boost::container::vector2570 if (BOOST_LIKELY(this->room_enough())){ in priv_push_back()