Home
last modified time | relevance | path

Searched defs:const_iterator (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp74 using const_iterator = table_iterator</* is const = */ true>; typedef in Petsc::khash::KHashTable
1086 inline typename KHashTable<V, H, KE>::iterator KHashTable<V, H, KE>::insert(const_iterator, const v… in insert() argument
1098 inline typename KHashTable<V, H, KE>::iterator KHashTable<V, H, KE>::insert(const_iterator, value_t… in insert() argument
1237 using const_iterator = typename table_type::const_iterator; typedef in Petsc::UnorderedMap