Searched refs:is_empty (Results 1 – 16 of 16) sorted by relevance
40 pub fn is_empty(&self) -> bool { in is_empty() method
248 pub fn is_empty(&self) -> bool { in is_empty() method348 if buf.is_empty() { in strcpy_into_buf()415 pub fn is_empty(&self) -> bool { in is_empty() method
356 pub fn is_empty(&self) -> bool { in is_empty() method434 if self.is_empty() { in pop_back()446 if self.is_empty() { in pop_front()572 if self.is_empty() { in push_all_back()575 } else if !other.is_empty() { in push_all_back()
24 pub const fn is_empty(&self) -> bool { in is_empty() method221 if self.0.is_empty() { in len_with_nul()232 pub const fn is_empty(&self) -> bool { in is_empty() method260 if bytes.is_empty() { in from_bytes_with_nul()
293 if !this.module_name.is_empty() { in push_module_name()
384 if names.is_empty() { in set_clk_names()408 if names.is_empty() { in set_regulator_names()433 if hw.is_empty() { in set_supported_hw()
196 pub fn is_empty(&self) -> bool { in is_empty() method
290 if entries.is_empty() { in new()
98 pub const fn is_empty(&self) -> bool { in is_empty() method
264 pub fn is_empty(&self) -> bool { in is_empty() function427 if self.is_empty() { in pop()
10 assert!(!toks.is_empty()); in pinned_drop()
30 let mut in_generic = !impl_generics.is_empty(); in parse_zeroable_derive_input()
37 if !ty_generics.is_empty() { in pin_data()
13 if attr.is_empty() { in kunit_tests()
349 pub fn is_empty(&self) -> bool { in is_empty() method
658 if drivers.is_empty() { in register()
Completed in 733 milliseconds