Searched refs:SIZEOF_MEMBER (Results 1 – 3 of 3) sorted by relevance
/system/libbase/ |
D | macros_test.cpp | 28 ASSERT_EQ(4U, SIZEOF_MEMBER(S, i32)); in TEST() 29 ASSERT_EQ(8U, SIZEOF_MEMBER(S, d)); in TEST()
|
/system/libbase/include/android-base/ |
D | macros.h | 78 #define SIZEOF_MEMBER(t, f) sizeof(std::declval<t>().f) macro
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 720 static_assert(SIZEOF_MEMBER(adb_iovec, iov_len) == SIZEOF_MEMBER(WSABUF, len), ""); 723 static_assert(SIZEOF_MEMBER(adb_iovec, iov_base) == SIZEOF_MEMBER(WSABUF, buf), "");
|