Searched defs:wasCreated (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsDefs.h64 virtual bool wasCreated() const { return base() == CacheData() && data() != CacheData(); } function in class:UISettingsCache
76 virtual bool wasChanged() const { return wasRemoved() || wasCreated() || wasUpdated(); }
129 if (!fWasUpdated && !UISettingsCache<ParentCacheData>::wasRemoved() && !UISettingsCache<ParentCacheData>::wasCreated())
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFindMt.h20 Bool wasCreated; member in struct:_CMtSync
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp4542 bool wasCreated = true; local
4547 wasCreated = false;
4567 if (wasCreated)

Completed in 2375 milliseconds