Home
last modified time | relevance | path

Searched refs:Dropper (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/once_cell/tests/
H A Dit.rs39 struct Dropper; in once_cell_drop() structure names
40 impl Drop for Dropper { in once_cell_drop()
47 x.get_or_init(|| Dropper); in once_cell_drop()
308 struct Dropper; in once_cell_drop() structure names
309 impl Drop for Dropper { in once_cell_drop()
318 x.get_or_init(|| Dropper); in once_cell_drop()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs29944 Dropper { front: root.into_dying().first_leaf_edge(), remaining_length: self.length }; in drop()
30128 struct Dropper<K, V> { in fmt() structure names
31233 impl<K, V> Drop for Dropper<K, V> {
31236 fn next_or_end<K, V>(this: &mut Dropper<K, V>) -> Option<(K, V)> { in drop()
31246 struct DropGuard<'a, K, V>(&'a mut Dropper<K, V>); in drop()
31268 Dropper { front, remaining_length: self.length }; in drop()
40478 struct Dropper<'a, T>(&'a mut [T]); drop() structure names
41223 struct Dropper<'a, T>(&'a mut [T]); truncate() structure names
[all...]

Completed in 45 milliseconds