Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex64.cxx251 #define CHECK_REINSERT(...) check_reinsert(PetscStringize(__VA_ARGS__), __VA_ARGS__) in test_insert() macro
253 PetscCall(CHECK_REINSERT(map.emplace(key, value))); in test_insert()
254 …PetscCall(CHECK_REINSERT(map.emplace(std::piecewise_construct, std::make_tuple(key), std::make_tup… in test_insert()
255 PetscCall(CHECK_REINSERT(map.insert(std::make_pair(key, value)))); in test_insert()
256 PetscCall(CHECK_REINSERT(map.insert(pair))); in test_insert()
257 #undef CHECK_REINSERT in test_insert()