Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex64.cxx582 auto map_copy = map; in test_misc() local
590 …MapCheck(map_copy, map == map_copy, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Copy of map does not equal t… in test_misc()
593 PetscCall(this->test_insert(map_copy)); in test_misc()
595 PetscCall(this->test_find(map_copy)); in test_misc()
597 PetscCall(this->test_erase(map_copy)); in test_misc()
599 PetscCallCXX(map_copy = map); in test_misc()
601 auto moved_copy = std::move(map_copy); in test_misc()