Lines Matching refs:CheckMarkedObjectMap

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()
216 …PetscCall(CheckMarkedObjectMap(expected_dctxs.size() == *ndep_it, "unexpected number of dependenci… in CheckMapEqual()
226 …PetscCall(CheckMarkedObjectMap(event->dtype == dtype, "unexpected device type on event: %s, expect… in CheckMapEqual()
227 …PetscCall(CheckMarkedObjectMap(event->dctx_id == id, "unexpected dctx id on event: %" PetscInt64_F… in CheckMapEqual()
237 …PetscCall(CheckMarkedObjectMap(expected_map.empty(), "Not all keys in marked object map accounted … in CheckMapEqual()