Searched refs:is_empty (Results 1 – 6 of 6) sorted by relevance
27 assert!(!trace.is_empty()); in test_get_trace()39 assert!(!trace.is_empty()); in test_get_trace_in_multithread()61 assert!(!trace.is_empty()); in test_print_trace()
36 let res: Vec<&str> = value.split('\n').filter(|&s| !s.is_empty()).collect(); in try_from()48 if value.is_empty() { in try_from()51 let all_hash_data: Vec<&str> = value.split("\n\n").filter(|&s| !s.is_empty()).collect(); in try_from()
80 if buffer.is_empty() { in appended_extra_data()
50 if str.is_empty() { in string_to_hashmap()
308 if on_type.is_empty() { in on()337 if off_type.is_empty() { in off()
140 fn is_empty(&self) -> bool { in is_empty() method333 if self.is_empty() { in read_client_packets()