Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Dpetscdevice_interface_internal.hpp80 using upstream_type = std::unordered_map<PetscObjectId, _n_WeakContext>; typedef in CxxData
90 PETSC_NODISCARD const upstream_type &upstream() const noexcept { return upstream_; } in upstream()
91 PETSC_NODISCARD upstream_type &upstream() noexcept { return upstream_; } in upstream()
113 upstream_type upstream_{};
H A Dmark_dcontext.cxx448 const std::vector<CxxData::upstream_type::value_type> upstream_copy( in PetscDeviceContextSyncClearMap_Internal()