Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp140 PetscErrorCode khash_find_(T &&, khash_int *) const noexcept;
717 inline PetscErrorCode KHashTable<V, H, KE>::khash_find_(T &&key, khash_int *it) const noexcept in khash_find_() function in Petsc::khash::KHashTable
1308 PetscCallAbort(PETSC_COMM_SELF, this->khash_find_(key, &it)); in find()
1318 PetscCallAbort(PETSC_COMM_SELF, this->khash_find_(key, &it)); in find()