Searched refs:COUNTER (Results 1 – 2 of 2) sorted by relevance
28 static COUNTER: RefCell<u64> = const{RefCell::new(0)}; constant50 Property::Unique => COUNTER.with(|counter| { in fmt()
127 #define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) \ argument128 PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER)129 #define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) \ argument130 pb_static_assertion_##MSG##LINE##COUNTER