Searched refs:MSG (Results 1 – 2 of 2) sorted by relevance
/nanopb-2.7.6/spm_headers/nanopb/ |
D | pb.h | 150 # define PB_STATIC_ASSERT(COND,MSG) _Static_assert(COND,#MSG); argument 153 # define PB_STATIC_ASSERT(COND,MSG) typedef char PB_STATIC_ASSERT_MSG(MSG, __LINE__, __COUNTER… 154 # define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) 155 # define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) pb_static_assertion_##MSG##_##LINE##_##COUN… 160 # define PB_STATIC_ASSERT(COND,MSG)
|
/nanopb-2.7.6/ |
D | pb.h | 150 # define PB_STATIC_ASSERT(COND,MSG) _Static_assert(COND,#MSG); argument 153 # define PB_STATIC_ASSERT(COND,MSG) typedef char PB_STATIC_ASSERT_MSG(MSG, __LINE__, __COUNTER… 154 # define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) 155 # define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) pb_static_assertion_##MSG##_##LINE##_##COUN… 160 # define PB_STATIC_ASSERT(COND,MSG)
|