Home
last modified time | relevance | path

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

/nanopb-3.4.0/
Dpb.h172 # 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…
176 # define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER)
177 # define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) pb_static_assertion_##MSG##_##LINE##_##COUN…
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/
Dpb.h172 # 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…
176 # define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER)
177 # define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) pb_static_assertion_##MSG##_##LINE##_##COUN…
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)