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);280 std::mem::swap(&mut temp, &mut self.drop_check); in drop()
62 m.drop_check(|b| { in test_pixel_element()122 m.drop_check(|b| { in test_path_element()206 m.drop_check(|b| { in test_rect_element()225 m.drop_check(|b| { in test_rect_element()291 m.drop_check(|b| { in test_circle_element()350 m.drop_check(|b| { in test_polygon_element()
558 m.drop_check(|b| { in test_filling()590 m.drop_check(|b| { in test_split_evenly()622 m.drop_check(|b| { in test_split_horizontally()650 m.drop_check(|b| { in test_split_vertically()698 m.drop_check(move |b| { in test_split_grid()730 m.drop_check(|b| { in test_titled()754 m.drop_check(|b| { in test_margin()829 m.drop_check(|b| { in test_relative_split()852 m.drop_check(|b| { in test_relative_shrink()
59 let drop_check = DropCheck(drop_flag.clone()); in test_abort_without_panic_3662() localVariable64 let _drop_check = drop_check; in test_abort_without_panic_3662()
105 m.drop_check(|b| { in test_line_series()