Home
last modified time | relevance | path

Searched defs:downcast_unchecked (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/library/alloc/src/
Dboxed.rs1752 pub unsafe fn downcast_unchecked<T: Any>(self) -> Box<T, A> { in downcast_unchecked() method
1811 pub unsafe fn downcast_unchecked<T: Any>(self) -> Box<T, A> { in downcast_unchecked() method
1870 pub unsafe fn downcast_unchecked<T: Any>(self) -> Box<T, A> { in downcast_unchecked() method
Dsync.rs1966 pub unsafe fn downcast_unchecked<T>(self) -> Arc<T> in downcast_unchecked() method
Drc.rs1374 pub unsafe fn downcast_unchecked<T: Any>(self) -> Rc<T> { in downcast_unchecked() method