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