Searched refs:COND (Results 1 – 2 of 2) sorted by relevance
/nanopb-3.4.0/ |
D | pb.h | 172 # define PB_STATIC_ASSERT(COND,MSG) static_assert(COND,#MSG); argument 175 # define PB_STATIC_ASSERT(COND,MSG) typedef char PB_STATIC_ASSERT_MSG(MSG, __LINE__, __COUNTER… 180 # define PB_STATIC_ASSERT(COND,MSG) static_assert(COND,#MSG); 183 # define PB_STATIC_ASSERT(COND,MSG) _Static_assert(COND,#MSG); 188 # define PB_STATIC_ASSERT(COND,MSG)
|
/nanopb-3.4.0/spm_headers/nanopb/ |
D | pb.h | 172 # define PB_STATIC_ASSERT(COND,MSG) static_assert(COND,#MSG); argument 175 # define PB_STATIC_ASSERT(COND,MSG) typedef char PB_STATIC_ASSERT_MSG(MSG, __LINE__, __COUNTER… 180 # define PB_STATIC_ASSERT(COND,MSG) static_assert(COND,#MSG); 183 # define PB_STATIC_ASSERT(COND,MSG) _Static_assert(COND,#MSG); 188 # define PB_STATIC_ASSERT(COND,MSG)
|