Searched refs:check_capacity (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/geometry/index/detail/ |
| H A D | varray.hpp | 74 static inline void check_capacity(Varray const& v, size_type s) in check_capacity() function 327 errh::check_capacity(*this, other.size()); // may throw in varray() 414 errh::check_capacity(*this, other.size()); // may throw in varray() 469 errh::check_capacity(*this, other.size()); // may throw in operator =() 534 errh::check_capacity(*this, other.size()); in swap() 535 errh::check_capacity(other, this->size()); in swap() 569 errh::check_capacity(*this, count); // may throw in resize() 601 errh::check_capacity(*this, count); // may throw in resize() 624 errh::check_capacity(*this, count); // may throw in reserve() 645 errh::check_capacity(*this, m_size + 1); // may throw in push_back() [all …]
|