Searched defs:resize_internal (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | storage.hpp | 143 void resize_internal (const size_type size, const value_type init, const bool preserve) { in resize_internal() function in boost::numeric::ublas::unbounded_array 604 void resize_internal (size_type size, value_type init, bool preserve = true) { in resize_internal() function in boost::numeric::ublas::array_adaptor 619 void resize_internal (size_type size, pointer data, value_type init, bool preserve = true) { in resize_internal() function in boost::numeric::ublas::array_adaptor 841 void resize_internal (size_type size, value_type init, bool preserve = true) { in resize_internal() function in boost::numeric::ublas::shallow_array_adaptor 854 void resize_internal (size_type size, pointer data, value_type init, bool preserve = true) { in resize_internal() function in boost::numeric::ublas::shallow_array_adaptor
|