Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp207 static PetscErrorCode khash_set_empty_(khash_int, std::vector<flags_type> &) noexcept;
213 PetscErrorCode khash_set_empty_(khash_int) noexcept;
568 inline PetscErrorCode KHashTable<V, H, KE>::khash_set_empty_(khash_int it, std::vector<flags_type> … in khash_set_empty_() function in Petsc::khash::KHashTable
595 inline PetscErrorCode KHashTable<V, H, KE>::khash_set_empty_(khash_int it) noexcept in khash_set_empty_() function in Petsc::khash::KHashTable
598 PetscCall(khash_set_empty_<b>(it, flags_)); in khash_set_empty_()
983 PetscCall(khash_set_empty_<false>(j, new_flags)); in resize()