Searched refs:CHECK_REINSERT (Results 1 – 1 of 1) sorted by relevance
251 #define CHECK_REINSERT(...) check_reinsert(PetscStringize(__VA_ARGS__), __VA_ARGS__) in test_insert() macro253 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()