Searched refs:it_name (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 526 constexpr const char *it_name = is_normal ? "Non-const" : "Const"; in test_iterators() local 529 …ck(map, it == it2, PETSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator does not equal itself?", it_name); in test_iterators() 532 …TSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator does not equal itself after ++it, and it2++", it_name); in test_iterators() 535 …TSC_COMM_SELF, PETSC_ERR_PLIB, "%s iterator does not equal itself after --it, and it2--", it_name); in test_iterators() 547 …fix increment! Reached maximum iteration count %zu for map of size %zu", it_name, max_iter, map.si… in test_iterators() 553 …fix increment! Reached maximum iteration count %zu for map of size %zu", it_name, max_iter, map.si… in test_iterators() 561 …fix decrement! Reached maximum iteration count %zu for map of size %zu", it_name, max_iter, map.si… in test_iterators() 567 …fix decrement! Reached maximum iteration count %zu for map of size %zu", it_name, max_iter, map.si… in test_iterators()
|