Searched refs:n_occupied_ (Results 1 – 1 of 1) sorted by relevance
268 size_type n_occupied_ = 0; member in Petsc::khash::KHashTable660 if (khash_is_empty_(it)) ++n_occupied_; in find_and_emplace_final_()671 if (n_occupied_ >= upper_bound_) { in khash_maybe_rehash_()771 …er.flags_)), count_(util::exchange(other.count_, 0)), n_occupied_(util::exchange(other.n_occupied_… in KHashTable()783 n_occupied_ = util::exchange(other.n_occupied_, 0); in operator =()1007 n_occupied_ = count_; in resize()1020 n_occupied_ = 0; in clear()1133 swap(n_occupied_, other.n_occupied_); in swap()