Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex64.cxx430 const auto begin_key = it->first; in test_erase() local
434 …map, kv.first != begin_key, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Erasing %s did not work, found again… in test_erase()
436 PetscCallCXX(map[begin_key] = begin_val); in test_erase()