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