Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx210 …class snapshot_type : private PetscStackFrame<PetscDefined(USE_DEBUG) && !PetscDefined(HAVE_THREAD… class in MarkedObjectMap
214 snapshot_type() = default;
215 snapshot_type(PetscDeviceContext, frame_type) noexcept;
217 ~snapshot_type() noexcept;
220 snapshot_type(snapshot_type &&) noexcept;
221 snapshot_type &operator=(snapshot_type &&) noexcept;
224 snapshot_type(const snapshot_type &) noexcept = delete;
225 snapshot_type &operator=(const snapshot_type &) noexcept = delete;
240 friend void swap(snapshot_type &, snapshot_type &) noexcept;
250 using dependency_type = std::vector<snapshot_type>;
[all …]