Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp209 static PetscErrorCode khash_set_both_(khash_int, std::vector<flags_type> &) noexcept;
215 PetscErrorCode khash_set_both_(khash_int) noexcept;
577 inline PetscErrorCode KHashTable<V, H, KE>::khash_set_both_(khash_int it, std::vector<flags_type> &… in khash_set_both_() function in Petsc::khash::KHashTable
604 inline PetscErrorCode KHashTable<V, H, KE>::khash_set_both_(khash_int it) noexcept in khash_set_both_() function in Petsc::khash::KHashTable
607 PetscCall(khash_set_both_<b>(it, flags_)); in khash_set_both_()
663 PetscCallAbort(PETSC_COMM_SELF, khash_set_both_<false>(it)); in find_and_emplace_final_()