Home
last modified time | relevance | path

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

/system/librustutils/
Dsystem_properties_fuzzer.rs28 static COUNTER: RefCell<u64> = const{RefCell::new(0)}; constant
50 Property::Unique => COUNTER.with(|counter| { in fmt()
/system/chre/apps/nearby/third_party/nanopb/
Dpb.h127 #define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) \ argument
128 PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER)
129 #define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) \ argument
130 pb_static_assertion_##MSG##LINE##COUNTER