Searched refs:patchAndBaseFileNameMap_ (Results 1 – 2 of 2) sorted by relevance
68 patchAndBaseFileNameMap_[patchFileName.c_str()] = baseFileName; in LoadPatchIfNeeded()108 patchAndBaseFileNameMap_[patchFile->GetJSPandaFileDesc()] = baseFileName.c_str(); in LoadPatch()148 patchAndBaseFileNameMap_[patchFile->GetJSPandaFileDesc()] = baseFileName.c_str(); in LoadPatch()178 patchAndBaseFileNameMap_.erase(patchFileName.c_str()); in UnloadPatch()298 auto it = patchAndBaseFileNameMap_.find(fileName); in GetBaseFileName()299 if (it != patchAndBaseFileNameMap_.end()) { in GetBaseFileName()
61 CMap<CString, CString> patchAndBaseFileNameMap_; variable