Home
last modified time | relevance | path

Searched defs:CELL (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/once_cell/examples/
Dbench.rs8 static CELL: OnceCell<usize> = OnceCell::new(); constant
Dbench_acquire.rs11 static CELL: OnceCell<usize> = OnceCell::new(); constant
/third_party/rust/crates/once_cell/tests/
Dit.rs22 const CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() constant
283 static CELL: OnceCell<i32> = OnceCell::with_value(12); in once_cell_with_value() variable
/third_party/python/Include/internal/
Dpycore_symtable.h119 #define CELL 5 macro
/third_party/python/Lib/tkinter/
Dtix.py52 CELL = 'cell' variable