Home
last modified time | relevance | path

Searched refs:is_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.hpp1765 …const bool is_room_enough = this->room_enough() || (alloc_version::value == 2 && this->m_holder.tr… in stable_emplace_back() local
1766 if (BOOST_LIKELY(is_room_enough)){ in stable_emplace_back()
1771 return is_room_enough; in stable_emplace_back()
1817 …const bool is_room_enough = this->room_enough() || (alloc_version::value == 2 && this->m_holder.tr…
1818 if (BOOST_LIKELY(is_room_enough)){\
1823 return is_room_enough;\