Searched refs:strStorageSlot (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendGlobal.cpp228 template<> StorageSlot fromString<StorageSlot>(const QString &strStorageSlot) argument
245 if (regExp.indexIn(strStorageSlot) != -1)
267 AssertMsgFailed(("No storage slot for text='%s'", strStorageSlot.toAscii().constData()));
272 AssertMsgFailed(("No storage slot for text='%s'", strStorageSlot.toAscii().constData()));
288 AssertMsgFailed(("No storage slot for text='%s'", strStorageSlot.toAscii().constData()));
304 AssertMsgFailed(("No storage slot for text='%s'", strStorageSlot.toAscii().constData()));
320 AssertMsgFailed(("No storage slot for text='%s'", strStorageSlot.toAscii().constData()));
336 AssertMsgFailed(("No storage slot for text='%s'", strStorageSlot.toAscii().constData()));
352 AssertMsgFailed(("No storage slot for text='%s'", strStorageSlot.toAscii().constData()));
362 AssertMsgFailed(("No storage slot for text='%s'", strStorageSlot
[all...]
H A DUIConverterBackend.h131 template<> StorageSlot fromString<StorageSlot>(const QString &strStorageSlot);

Completed in 58 milliseconds