Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp74 using const_iterator = table_iterator</* is const = */ true>; typedef in Petsc::khash::KHashTable
97 PETSC_NODISCARD const_iterator cbegin() const noexcept;
98 PETSC_NODISCARD const_iterator begin() const noexcept;
101 PETSC_NODISCARD const_iterator cend() const noexcept;
102 PETSC_NODISCARD const_iterator end() const noexcept;
114 PETSC_NODISCARD bool occupied(const_iterator) const noexcept;
117 iterator erase(const_iterator) noexcept;
118 iterator erase(const_iterator, const_iterator) noexcept;
125 iterator insert(const_iterator, const value_type &) noexcept;
126 iterator insert(const_iterator, value_type &&) noexcept;
[all …]
H A Dobject_pool.hpp123 PETSC_NODISCARD typename pool_type::const_iterator find_align_(align_type) const noexcept;
/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx109 PETSC_NODISCARD map_type::const_iterator search_for(const void *, bool = false) const noexcept;
156 MemoryMap::map_type::const_iterator MemoryMap::search_for(const void *ptr, bool must_find) const no… in search_for()
166 it = std::find_if(map.begin(), end_it, [ptr](map_type::const_iterator::reference map_it) { in search_for()
H A Dmark_dcontext.cxx423 using map_iterator = MarkedObjectMap::map_type::const_iterator; in PetscDeviceContextSyncClearMap_Internal()
424 using dep_iterator = MarkedObjectMap::mapped_type::dependency_type::const_iterator; in PetscDeviceContextSyncClearMap_Internal()
475 using map_iterator = MarkedObjectMap::map_type::const_iterator; in PetscDeviceContextCheckNotOrphaned_Internal()
476 using dep_iterator = MarkedObjectMap::mapped_type::dependency_type::const_iterator; in PetscDeviceContextCheckNotOrphaned_Internal()
/petsc/src/dm/impls/moab/
H A Ddmmbmat.cxx82 …for (moab::Range::const_iterator iter = dmmoab->vowned->begin(); iter != dmmoab->vowned->end(); it… in DMMoab_Compute_NNZ_From_Connectivity()
/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx154 PoolAllocator::pool_type::const_iterator PoolAllocator::find_align_(align_type align) const noexcept in find_align_()
/petsc/src/sys/tests/
H A Dex64.cxx524 constexpr auto is_const = std::is_same<It, typename map_type::const_iterator>::value; in test_iterators()
/petsc/src/ksp/ksp/impls/hpddm/
H A Dhpddm.cxx248 …std::initializer_list<std::string>::const_iterator it = std::find(list.begin(), list.end(), std:… in KSPSolve_HPDDM_Private()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2259 …std::initializer_list<std::string>::const_iterator it = std::find(list.begin(), list.end(), ((Pets… in PCSetUp_HPDDM()