Searched defs:CellPtr (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/tests/ui/self/ |
| D | arbitrary_self_types_pointers_and_wrappers.rs | 25 struct CellPtr<'a, T: ?Sized>(Cell<&'a T>); struct 27 impl<'a, T: ?Sized> Deref for CellPtr<'a, T> { implementation 35 impl<'a, T: Unsize<U> + ?Sized, U: ?Sized> CoerceUnsized<CellPtr<'a, U>> for CellPtr<'a, T> {} implementation 36 impl<'a, T: Unsize<U> + ?Sized, U: ?Sized> DispatchFromDyn<CellPtr<'a, U>> for CellPtr<'a, T> {} implementation
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ir/ |
| D | cell.h | 122 using CellPtr = std::shared_ptr<Cell>; variable
|