Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex64.cxx334 value_type saved_value; in test_insert() local
343 PetscCallCXX(saved_value = key_value_pairs.front()); in test_insert()
352 auto it = map.find(saved_value.first); in test_insert()
355 …nd container went out of scope", this->key_printer(saved_value.first), this->value_printer(saved_v… in test_insert()
356saved_value.first, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Map founnd iterator key (%s) does not match e… in test_insert()
357saved_value.second, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Map founnd iterator value (%s) does not matc… in test_insert()