Home
last modified time | relevance | path

Searched refs:try_expand_fwd (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.hpp472 bool try_expand_fwd(size_type at_least) in try_expand_fwd() function
669 BOOST_CONTAINER_FORCEINLINE bool try_expand_fwd(size_type at_least) in try_expand_fwd() function
1765 …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()