Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp267 size_type count_ = 0; member in Petsc::khash::KHashTable
659 ++count_; in find_and_emplace_final_()
691count_ > 0, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Attempting to erase iterator (index %d) which d… in khash_erase_()
693 --count_; in khash_erase_()
771 …td::move(other.values_)), flags_(std::move(other.flags_)), count_(util::exchange(other.count_, 0))… in KHashTable()
782 count_ = util::exchange(other.count_, 0); in operator =()
846 return count_; in size()
1007 n_occupied_ = count_; in resize()
1019 count_ = 0; in clear()
1132 swap(count_, other.count_); in swap()