Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex64.cxx520 PetscErrorCode test_iterators(map_type &map, It it, It it2) noexcept in test_iterators() function in MapTester
578 PetscCall(this->test_iterators(map, map.begin(), map.begin())); in test_misc()
579 PetscCall(this->test_iterators(map, map.cbegin(), map.cbegin())); in test_misc()