Searched refs:test_iterators (Results 1 – 1 of 1) sorted by relevance
520 PetscErrorCode test_iterators(map_type &map, It it, It it2) noexcept in test_iterators() function in MapTester578 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()