Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Dpetscdevice_interface_internal.hpp53 weak_dctx_.swap(other.weak_dctx_); in swap()
59 PETSC_NODISCARD const weak_ptr_type &weak_dctx() const noexcept { return weak_dctx_; } in weak_dctx()
66 weak_ptr_type weak_dctx_{}; member
71 …explicit _n_WeakContext(const std::shared_ptr<_p_PetscDeviceContext> &ptr) noexcept : weak_dctx_{p… in _n_WeakContext()