Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/tests/ !
H A Dex11.cxx116 std::vector<int> found_keys; in TestAllCombinations() local
127 PetscCallCXX(found_keys.resize(nkeys)); in TestAllCombinations()
145 found_keys[key_idx]++; in TestAllCombinations()
165found_keys.cbegin(); it != found_keys.cend(); ++it) PetscCall(CheckMarkedObjectMap(*it > 0, "Marke… in TestAllCombinations()