Home
last modified time | relevance | path

Searched refs:SIZEOF_MEMBER (Results 1 – 2 of 2) sorted by relevance

/system/libbase/
Dmacros_test.cpp28 ASSERT_EQ(4U, SIZEOF_MEMBER(S, i32)); in TEST()
29 ASSERT_EQ(8U, SIZEOF_MEMBER(S, d)); in TEST()
/system/libbase/include/android-base/
Dmacros.h78 #define SIZEOF_MEMBER(t, f) sizeof(std::declval<t>().f) macro