Home
last modified time | relevance | path

Searched refs:remove_downcast_ref (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/src/
Dasync_task.rs54 pub fn remove_downcast_ref<T: Any + Send>(&mut self) -> Option<T> { in remove_downcast_ref() method
299 let e3 = shelf.remove_downcast_ref::<Elf>().unwrap(); in test_shelf()
302 assert_eq!(shelf.remove_downcast_ref::<Elf>(), None); in test_shelf()
316 assert_eq!(shelf.remove_downcast_ref::<i32>(), None); in test_shelf()
Dlegacy_migrator.rs257 shelf.remove_downcast_ref::<LegacyMigratorState>(); in do_serialized()