Searched refs:drop_check (Results 1 – 5 of 5) sorted by relevance
37 drop_check: Option<Box<dyn FnMut(&Self)>>, field41 (drop_check, $($param:ty),*) => {42 pub fn drop_check<T: FnMut($($param,)*) + 'static>(&mut self, check:T) -> &mut Self {43 self.drop_check = Some(Box::new(check));76 drop_check: None, in new()93 def_set_checker_func!(drop_check, &Self);273 std::mem::swap(&mut temp, &mut self.drop_check); in drop()
53 m.drop_check(|b| { in test_pixel_element()112 m.drop_check(|b| { in test_path_element()196 m.drop_check(|b| { in test_rect_element()215 m.drop_check(|b| { in test_rect_element()281 m.drop_check(|b| { in test_circle_element()340 m.drop_check(|b| { in test_polygon_element()
50 let drop_check = DropCheck(drop_flag.clone()); in test_abort_without_panic_3662() localVariable55 let _drop_check = drop_check; in test_abort_without_panic_3662()
547 m.drop_check(|b| { in test_filling()579 m.drop_check(|b| { in test_split_evenly()611 m.drop_check(|b| { in test_split_horizontally()639 m.drop_check(|b| { in test_split_vertically()689 m.drop_check(move |b| { in test_split_grid()721 m.drop_check(|b| { in test_titled()745 m.drop_check(|b| { in test_margin()820 m.drop_check(|b| { in test_relative_split()843 m.drop_check(|b| { in test_relative_shrink()
69 m.drop_check(|b| { in test_line_series()