Searched refs:patchAndBaseFileNameMap_ (Results 1 – 2 of 2) sorted by relevance
67 patchAndBaseFileNameMap_[patchFileName.c_str()] = baseFileName; in LoadPatchIfNeeded()107 patchAndBaseFileNameMap_[patchFile->GetJSPandaFileDesc()] = baseFileName.c_str(); in LoadPatch()147 patchAndBaseFileNameMap_[patchFile->GetJSPandaFileDesc()] = baseFileName.c_str(); in LoadPatch()177 patchAndBaseFileNameMap_.erase(patchFileName.c_str()); in UnloadPatch()296 auto it = patchAndBaseFileNameMap_.find(fileName); in GetBaseFileName()297 if (it != patchAndBaseFileNameMap_.end()) { in GetBaseFileName()
60 CMap<CString, CString> patchAndBaseFileNameMap_; variable