Searched defs:PB_STATIC_ASSERT (Results 1 - 1 of 1) sorted by relevance

/seL4-test-master/tools/nanopb/
H A Dpb.h130 # define PB_STATIC_ASSERT(COND,MSG) _Static_assert(COND,#MSG); macro
133 # define PB_STATIC_ASSERT(COND,MSG) typedef char PB_STATIC_ASSERT_MSG(MSG, __LINE__, __COUNTER__)[(COND)?1:-1]; macro
140 # define PB_STATIC_ASSERT(COND,MSG) macro
[all...]

Completed in 23 milliseconds