Searched refs:patchMethodLiterals (Results 1 – 3 of 3) sorted by relevance
304 …onst CMap<CString, CMap<CString, MethodLiteral*>> &patchMethodLiterals = patchInfo.patchMethodLite… in FindSameMethod() local306 auto recordIter = patchMethodLiterals.find(baseRecordName); in FindSameMethod()307 if (recordIter == patchMethodLiterals.end()) { in FindSameMethod()356 patchInfo.patchMethodLiterals = std::move(methodLiterals); in GeneratePatchInfo()
52 CMap<CString, CMap<CString, MethodLiteral*>> patchMethodLiterals; member
219 CUnorderedMap<uint32_t, MethodLiteral *> patchMethodLiterals = patchFile->GetMethodLiteralMap(); in IsQuickFixCausedException() local220 for (const auto &item : patchMethodLiterals) { in IsQuickFixCausedException()