Searched refs:verify_new_size (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/multiprecision/ |
| H A D | cpp_int.hpp | 148 inline void verify_new_size(unsigned new_size, unsigned min_size, const mpl::int_<checked>&) in verify_new_size() function 153 inline void verify_new_size(unsigned /*new_size*/, unsigned /*min_size*/, const mpl::int_<unchecked… in verify_new_size() function 263 detail::verify_new_size(new_size, min_size, checked_type()); in resize() 485 detail::verify_new_size(m_limbs, min_size, checked_type()); in resize() 627 detail::verify_new_size(m_limbs, min_size, checked_type()); in resize() 824 detail::verify_new_size(2, min_size, checked_type()); in resize() 977 detail::verify_new_size(2, min_size, checked_type()); in resize()
|