Searched refs:patch_iter (Results 1 – 1 of 1) sorted by relevance
889 const auto& patch_iter = mPatches.find(patchHandle); in getDownstreamSoftwarePatches() local890 if (patch_iter != mPatches.end()) { in getDownstreamSoftwarePatches()891 const Patch &patch = patch_iter->second; in getDownstreamSoftwarePatches()