Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds