Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatdensecupmimpl.h338 using difference_type = iter_difference_t<array_iterator_type>; variable
377 using difference_type = typename base_type::difference_type; variable
/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp72 using difference_type = std::ptrdiff_t; typedef in Petsc::khash::KHashTable
294 using difference_type = typename table_type::difference_type; typedef in Petsc::khash::KHashTable::table_iterator