Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp289 using table_type = conditional_const<KHashTable>; typedef in Petsc::khash::KHashTable::table_iterator
290 using khash_int = typename table_type::khash_int;
294 using difference_type = typename table_type::difference_type;
295 using value_type = conditional_const<typename table_type::value_type>;
300 …table_iterator(table_type *map, khash_int it) noexcept : map_{std::move(map)}, it_{std::move(it)} … in table_iterator()
402 table_type *map_ = nullptr;
1222 …using table_type = khash::KHashTable<std::pair<KeyType, T>, khash::detail::indirect_hasher<KeyType… typedef in Petsc::UnorderedMap
1223 using typename table_type::khash_int;
1228 using value_type = typename table_type::value_type;
1231 using hasher = typename table_type::hasher::nested_value_type;
[all …]