Searched defs:CELL (Results 1 – 8 of 8) sorted by relevance
8 static CELL: OnceCell<usize> = OnceCell::new(); variable
11 static CELL: OnceCell<usize> = OnceCell::new(); constant
258 static CELL: AtomicCell<usize> = AtomicCell::new(0); in const_atomic_cell_new() constant
22 const CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() constant285 static CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() constant
84 #define CELL 5 macro
118 #define CELL 5 macro
49 CELL = 'cell' variable
52 CELL = 'cell' variable