Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp203 static PetscErrorCode khash_set_flag_(khash_int, std::vector<flags_type> &) noexcept;
544 inline PetscErrorCode KHashTable<V, H, KE>::khash_set_flag_(khash_int it, std::vector<flags_type> &… in khash_set_flag_() function in Petsc::khash::KHashTable
562 PetscCall(khash_set_flag_<1, b>(it, flags)); in khash_set_deleted_()
571 PetscCall(khash_set_flag_<2, b>(it, flags)); in khash_set_empty_()
580 PetscCall(khash_set_flag_<3, b>(it, flags)); in khash_set_both_()