Searched defs:CELL (Results 1 – 5 of 5) sorted by relevance
8 static CELL: OnceCell<usize> = OnceCell::new(); constant
11 static CELL: OnceCell<usize> = OnceCell::new(); constant
22 const CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() constant283 static CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() variable
119 #define CELL 5 macro
52 CELL = 'cell' variable