Searched refs:khash_occupied_ (Results 1 – 1 of 1) sorted by relevance
197 PETSC_NODISCARD static bool khash_occupied_(khash_int, const std::vector<flags_type> &) noexcept;515 inline bool KHashTable<V, H, KE>::khash_occupied_(khash_int it, const std::vector<flags_type> &flag… in khash_occupied_() function in Petsc::khash::KHashTable1029 return khash_occupied_(it, flags_); in occupied()