Home
last modified time | relevance | path

Searched refs:room_enough (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp1740 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::vector
2570 if (BOOST_LIKELY(this->room_enough())){ in priv_push_back()