Searched refs:khash_is_either_ (Results 1 – 1 of 1) sorted by relevance
196 PETSC_NODISCARD static bool khash_is_either_(khash_int, const std::vector<flags_type> &) noexcept;200 PETSC_NODISCARD bool khash_is_either_(khash_int) const noexcept;509 inline bool KHashTable<V, H, KE>::khash_is_either_(khash_int it, const std::vector<flags_type> &fla… in khash_is_either_() function in Petsc::khash::KHashTable517 return !khash_is_either_(it, flags); in khash_occupied_()533 inline bool KHashTable<V, H, KE>::khash_is_either_(khash_int it) const noexcept in khash_is_either_() function in Petsc::khash::KHashTable535 return khash_is_either_(it, flags_); in khash_is_either_()