Searched refs:SIZE_IMPL (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/update/updater/utils/include/ |
H A D | macros_updater.h | 34 #define SIZE(...) SIZE_IMPL(__VA_ARGS__, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) 35 #define SIZE_IMPL(e1, e2, e3, e4, e5, e6, e7, e8, e9, e10, N, ...) N macro
|