Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp76 using flags_type = std::uint32_t; typedef in Petsc::khash::KHashTable
78 …using flag_bucket_width = std::integral_constant<unsigned long, sizeof(flags_type) * CHAR_BIT>;
81 …static_assert(std::numeric_limits<flags_type>::is_integer && std::is_unsigned<flags_type>::value, …
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;
193 PETSC_NODISCARD static bool khash_test_flag_(khash_int, const std::vector<flags_type> &) noexcept;
194 PETSC_NODISCARD static bool khash_is_del_(khash_int, const std::vector<flags_type> &) noexcept;
195 PETSC_NODISCARD static bool khash_is_empty_(khash_int, const std::vector<flags_type> &) noexcept;
[all …]