Searched refs:snapshot_type (Results 1 – 1 of 1) sorted by relevance
210 …class snapshot_type : private PetscStackFrame<PetscDefined(USE_DEBUG) && !PetscDefined(HAVE_THREAD… class in MarkedObjectMap214 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 …]