Searched refs:existingPatchIt (Results 1 – 1 of 1) sorted by relevance
129 auto existingPatchIt = *patchId != 0 ? mPatches.find(*patchId): mPatches.end(); in createOrUpdatePatch() local131 if (existingPatchIt != mPatches.end()) { in createOrUpdatePatch()132 patch = existingPatchIt->second; in createOrUpdatePatch()202 if (existingPatchIt != mPatches.end()) { in createOrUpdatePatch()205 existingPatchIt->second = patch; in createOrUpdatePatch()228 existingPatchIt = mPatches.find(patch.id); in createOrUpdatePatch()229 existingPatchIt->second = patch; in createOrUpdatePatch()