Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp75 using khash_int = std::uint32_t; // used as the internal iterator type typedef in Petsc::khash::KHashTable
113 PETSC_NODISCARD bool occupied(khash_int) const noexcept;
136 PETSC_NODISCARD iterator make_iterator_(khash_int) noexcept;
137 PETSC_NODISCARD const_iterator make_iterator_(khash_int) const noexcept;
140 PetscErrorCode khash_find_(T &&, khash_int *) const noexcept;
185 PETSC_NODISCARD static constexpr khash_int flag_bucket_index_(khash_int) noexcept;
187 …PETSC_NODISCARD static flags_type &flag_bucket_at_(khash_int, std::vector<flags_type> &) noe…
188 …PETSC_NODISCARD static const flags_type &flag_bucket_at_(khash_int, const std::vector<flags_type> …
189 PETSC_NODISCARD flags_type &flag_bucket_at_(khash_int) noexcept;
190 PETSC_NODISCARD const flags_type &flag_bucket_at_(khash_int) const noexcept;
[all …]