Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp260 using internal_value_type = std::optional<value_type>; typedef in Petsc::khash::KHashTable
262 using internal_value_type = value_type; typedef in Petsc::khash::KHashTable
265 std::vector<internal_value_type> values_{};
695 PetscCallCXX(values_[it] = internal_value_type{}); in khash_erase_()