Home
last modified time | relevance | path

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

/external/rust/crates/hashbrown/src/raw/
Dmod.rs1106 let alloc = if self.table.is_empty_singleton() { in into_allocation()
1381 fn is_empty_singleton(&self) -> bool { in is_empty_singleton() method
1412 if !self_.is_empty_singleton() { in prepare_resize()
1434 if !self.is_empty_singleton() { in clear_no_drop()
1471 if self.table.is_empty_singleton() { in clone()
1499 if source.table.is_empty_singleton() { in clone_from()
1509 if !self.table.is_empty_singleton() { in clone_from()
1663 if !self.table.is_empty_singleton() { in drop()
1675 if !self.table.is_empty_singleton() { in drop()