Lines Matching refs:None
124 thread: None, in new()
129 shelf: None, in new()
225 (None, false, _) => { in spawn_thread()
228 (None, true, true) => { in spawn_thread()
236 (None, true, false) => None, in spawn_thread()
274 assert_eq!(shelf.put(s), None); in test_shelf()
285 assert_eq!(shelf.put(e1), None); in test_shelf()
302 assert_eq!(shelf.remove_downcast_ref::<Elf>(), None); in test_shelf()
314 assert_eq!(shelf.get_downcast_ref::<i32>(), None); in test_shelf()
315 assert_eq!(shelf.get_downcast_mut::<i32>(), None); in test_shelf()
316 assert_eq!(shelf.remove_downcast_ref::<i32>(), None); in test_shelf()