Searched refs:same_impl_ex (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | exception.hpp | 273 T1 same_impl_ex (const T1 &size1, const T2 &size2, const char *file, int line) { in same_impl_ex() function 279 T same_impl_ex (const T &size1, const T &size2, const char *file, int line) { in same_impl_ex() function 283 #define BOOST_UBLAS_SAME(size1, size2) same_impl_ex ((size1), (size2), __FILE__, __LINE__)
|