Searched refs:frame_type (Results 1 – 1 of 1) sorted by relevance
212 using frame_type = PetscStackFrame<PetscDefined(USE_DEBUG) && !PetscDefined(HAVE_THREADSAFETY)>; typedef in MarkedObjectMap::snapshot_type215 snapshot_type(PetscDeviceContext, frame_type) noexcept;228 PETSC_NODISCARD const frame_type &frame() const noexcept { return *this; } in frame()229 PETSC_NODISCARD frame_type &frame() noexcept { return *this; } in frame()313 …p::snapshot_type::snapshot_type(PetscDeviceContext dctx, frame_type frame) noexcept : frame_type(s… in snapshot_type()323 MarkedObjectMap::snapshot_type::snapshot_type(snapshot_type &&other) noexcept : frame_type(std::mov… in snapshot_type()329 frame_type::operator=(std::move(other)); in operator =()660 …rkIntentFromID_Private(dctx, id, mode, MarkedObjectMap::snapshot_type::frame_type{file, function, … in PetscDeviceContextMarkIntentFromID()