Lines Matching defs:CrashTestDummy
29300 pub struct CrashTestDummy {
29307 impl CrashTestDummy {
29309 pub fn new(id: usize) -> CrashTestDummy {
29310 CrashTestDummy {
29342 origin: &'a CrashTestDummy,
34287 use super::super::testing::crash_test::{CrashTestDummy, Panic};
34638 let a = CrashTestDummy::new(0);
34639 let b = CrashTestDummy::new(1);
34640 let c = CrashTestDummy::new(2);
34658 let a = CrashTestDummy::new(0);
34659 let b = CrashTestDummy::new(1);
34660 let c = CrashTestDummy::new(2);
35558 use super::super::testing::crash_test::{CrashTestDummy, Panic};
36694 let a = CrashTestDummy::new(0);
36695 let b = CrashTestDummy::new(1);
36696 let c = CrashTestDummy::new(2);
36714 let a = CrashTestDummy::new(0);
36715 let b = CrashTestDummy::new(1);
36716 let c = CrashTestDummy::new(2);
36740 let a = CrashTestDummy::new(0);
36741 let b = CrashTestDummy::new(1);
36742 let c = CrashTestDummy::new(2);
36988 let a = CrashTestDummy::new(0);
36989 let b = CrashTestDummy::new(1);
36990 let c = CrashTestDummy::new(2);
37056 let a = CrashTestDummy::new(0);
37057 let b = CrashTestDummy::new(1);
37058 let c = CrashTestDummy::new(2);
37500 let a = CrashTestDummy::new(0);
37501 let b = CrashTestDummy::new(1);
37502 let c = CrashTestDummy::new(2);
37641 let a = CrashTestDummy::new(0);
37642 let b = CrashTestDummy::new(1);
37643 let c = CrashTestDummy::new(2);
37644 let d = CrashTestDummy::new(3);
37645 let e = CrashTestDummy::new(4);
37666 let dummies: Vec<_> = (0..size).map(|i| CrashTestDummy::new(i)).collect();