Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp195 PETSC_NODISCARD static bool khash_is_empty_(khash_int, const std::vector<flags_type> &) noexcept;
199 PETSC_NODISCARD bool khash_is_empty_(khash_int) const noexcept;
503 inline bool KHashTable<V, H, KE>::khash_is_empty_(khash_int it, const std::vector<flags_type> &flag… in khash_is_empty_() function in Petsc::khash::KHashTable
527 inline bool KHashTable<V, H, KE>::khash_is_empty_(khash_int it) const noexcept in khash_is_empty_() function in Petsc::khash::KHashTable
529 return khash_is_empty_(it, flags_); in khash_is_empty_()
626 if (khash_is_empty_(i)) { in find_and_emplace_final_()
634 …while (!khash_is_empty_(i) && (khash_is_del_(i) || !key_eq()(PETSC_OPTIONAL_GET_KEY(values_[i]), k… in find_and_emplace_final_()
646 if (khash_is_empty_(i) && (site != nb)) { in find_and_emplace_final_()
660 if (khash_is_empty_(it)) ++n_occupied_; in find_and_emplace_final_()
730 …while (!khash_is_empty_(i) && (khash_is_del_(i) || !key_equal()(PETSC_OPTIONAL_GET_KEY(values_[i])… in khash_find_()
[all …]