| 415 | } |
| 416 | |
| 417 | void BeLibManager::Clear() |
| 418 | { |
| 419 | BP_ZONE("BeLibManager::Clear"); |
| 420 | |
| 421 | for (auto& entry : mLibFiles) |
| 422 | delete entry.mValue; |
| 423 | mLibFiles.Clear(); |
| 424 | } |
| 425 | |
| 426 | BeLibEntry* BeLibManager::AddFile(const StringImpl& filePath, void* data, int size) |
| 427 | { |
no outgoing calls
no test coverage detected