Searched refs:CheckMarkedObjectMap (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 95 …#define CheckMarkedObjectMap(__cond__, ...) CheckMarkedObjectMap_Private((PetscBool)(!!(__cond__))… macro 146 …PetscCall(CheckMarkedObjectMap(key_idx < std::distance(keys, keys_end), "marked object map could n… in TestAllCombinations() 148 …PetscCall(CheckMarkedObjectMap(modes[key_idx] == mode, "unexpected mode %s, expected %s", PetscMem… in TestAllCombinations() 149 …PetscCall(CheckMarkedObjectMap(ndeps[key_idx] == 1, "unexpected number of dependencies %zu, expect… in TestAllCombinations() 150 …PetscCall(CheckMarkedObjectMap(dependencies[key_idx][0]->dtype == dtype, "unexpected device type o… in TestAllCombinations() 157 …PetscCall(CheckMarkedObjectMap(nkeys == num_expected_keys, "marked object map has %zu keys expecte… in TestAllCombinations() 165 …t = found_keys.cbegin(); it != found_keys.cend(); ++it) PetscCall(CheckMarkedObjectMap(*it > 0, "M… in TestAllCombinations() 171 …PetscCall(CheckMarkedObjectMap(nkeys == 0, "synchronizing device context did not empty dependency … in TestAllCombinations() 208 …PetscCall(CheckMarkedObjectMap(found_it != expected_map.cend(), "marked object map did not contain… in CheckMapEqual() 215 …PetscCall(CheckMarkedObjectMap(expected_mode == *mode_it, "unexpected mode %s, expected %s", Petsc… in CheckMapEqual() [all …]
|