Searched refs:mOpenLibraries (Results 1 – 2 of 2) sorted by relevance
54 if (mOpenLibraries.find(path) == mOpenLibraries.end()) { in getModule()60 mOpenLibraries[path] = std::move(library); in getModule()62 const unique_ptr<SharedLibrary>& library = mOpenLibraries[path]; in getModule()
61 std::map<std::string, std::unique_ptr<SharedLibrary>> mOpenLibraries; variable