Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dparse.rs425 fn cell_clone<T: Default + Clone>(cell: &Cell<T>) -> T { in cell_clone() function
435 match cell_clone(&unexpected) { in inner_unexpected()
444 cell_clone(&buffer.unexpected).unwrap() in get_unexpected()