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