Searched refs:values_ (Results 1 – 1 of 1) sorted by relevance
265 std::vector<internal_value_type> values_{}; member in Petsc::khash::KHashTable379 PetscFunctionReturn(PETSC_OPTIONAL_GET_KEY(map_->values_[it_])); in operator *()386 PetscFunctionReturn(std::addressof(PETSC_OPTIONAL_GET_KEY(map_->values_[it_]))); in operator ->()634 …while (!khash_is_empty_(i) && (khash_is_del_(i) || !key_eq()(PETSC_OPTIONAL_GET_KEY(values_[i]), k… in find_and_emplace_final_()658 PetscCallCXXAbort(PETSC_COMM_SELF, values_[it] = constructor()); in find_and_emplace_final_()695 PetscCallCXX(values_[it] = internal_value_type{}); in khash_erase_()730 …while (!khash_is_empty_(i) && (khash_is_del_(i) || !key_equal()(PETSC_OPTIONAL_GET_KEY(values_[i])… in khash_find_()771 …values_(std::move(other.values_)), flags_(std::move(other.flags_)), count_(util::exchange(other.co… in KHashTable()780 PetscCallCXXAbort(PETSC_COMM_SELF, values_ = std::move(other.values_)); in operator =()840 return values_.size(); in bucket_count()[all …]