Home
last modified time | relevance | path

Searched defs:CellPtr (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/tests/ui/self/
Darbitrary_self_types_pointers_and_wrappers.rs25 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/
Dcell.h122 using CellPtr = std::shared_ptr<Cell>; variable