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