Searched refs:table_iterator (Results 1 – 1 of 1) sorted by relevance
60 class table_iterator;63 friend class table_iterator;73 using iterator = table_iterator</* is const = */ false>;74 using const_iterator = table_iterator</* is const = */ true>;278 class KHashTable<V, H, KE>::table_iterator { class in Petsc::khash::KHashTable283 friend class table_iterator;299 table_iterator() noexcept = default;300 …table_iterator(table_type *map, khash_int it) noexcept : map_{std::move(map)}, it_{std::move(it)} … in table_iterator() function in Petsc::khash::KHashTable::table_iterator302 table_iterator(const table_iterator &) noexcept = default;303 table_iterator &operator=(const table_iterator &) noexcept = default;[all …]