Searched defs:isNull (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCIShared.h74 bool isNull() const { return ((d->state & Data::Null) != 0); } function in class:CIShared
80 return isNull() ? CIShared( Null ) : CIShared( new Data( *d ) );
92 bool operator!() const { return isNull(); }
141 * a null instance (i.e. its isNull() method returns false). All null
202 * isNull() method.
230 * @see isNull, isOriginal
240 * @see isNull, isOriginal
259 * @see isNull, isOriginal
287 * @see isOriginal, isNull
309 * @see isOriginal, isNull
[all...]
H A DUIDefs.h133 bool isNull() const { return bus == KStorageBus_Null; } function in struct:StorageSlot
H A DCOMDefs.h139 bool isNull() const { return mIsNull; } function in class:COMErrorInfo
356 (s.isNull() ? 0 : s.utf16()))) {}
571 bool isNull() const { return mErrInfo.isNull(); } function in class:COMResult
731 bool isNull() const function in class:CInterface
743 bool isOk() const { return !isNull() && SUCCEEDED(B::mRC); }
749 bool isWarning() const { return !isNull() && SUCCEEDED_WARNING(B::mRC); }
754 bool isReallyOk() const { return !isNull() && B::mRC == S_OK; }
/vbox/include/VBox/com/
H A Darray.h696 AssertReturnVoid(!isNull());
727 AssertReturnVoid(!isNull());
748 bool isNull() const { return m.arr == NULL; } function in class:com::SafeArray
1076 T **__asOutParam_Arr() { Assert(isNull()); return &m.arr; }
1646 AssertReturnVoid(!Base::isNull());
1675 AssertReturnVoid(!Base::isNull());
1707 AssertReturnVoid(!Base::isNull());
1739 AssertReturnVoid(!Base::isNull());
H A Dptr.h125 if (!that.isNull())
226 bool isNull() const function in class:ComPtr
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp115 bool isNull() const { return mIsNull; }; function in class:Nullable
414 if (!f.mActive.isNull())
426 if (!f.mMaskedInterfaces.isNull())
440 if (!f.mActive.isNull())
454 if (!f.mMaskedInterfaces.isNull())
472 if (!f.mActive.isNull())
484 if (!f.mMaskedInterfaces.isNull())
499 if (!f.mActive.isNull())
513 if (!f.mMaskedInterfaces.isNull())
/vbox/src/VBox/Main/include/
H A DMatching.h47 bool isNull() const { return mNull; } function in class:matching::ParsedFilter_base
58 * Returns true if current isNull() and isValid() values make further
66 if (isNull() || !isValid())
406 * for which isNull() = false after parsing the string becomes the active
425 if (mFilter1.isNull())
432 if (mFilter1.isNull())
445 bool isValid() const { return isNull() || (mFilter1.isValid() && mFilter2.isValid()); }
447 bool isNull() const { return mFilter1.isNull() && mFilter2.isNull(); } function in class:matching::TwoParsedFilters
[all...]
H A DVirtualBoxBase.h893 bool isNull() const { return mData == NULL; } function in class:Shareable
894 bool operator!() const { return isNull(); }
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.h123 bool isNull() const { return m_medium.isNull(); } function in class:UIMedium
267 bool isUsed() const { return !m_strUsage.isNull(); }
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp123 bool isNull() function in struct:guestProp::Property
1063 if (prop.isNull())
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp837 bool isNull() const function in class:ComPtrBase
842 bool operator! () const { return isNull(); }
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp115 AssertMsgReturn(!icon.isNull(),
150 AssertMsgReturn(!icon.isNull(),
171 AssertMsgReturn(!iconDisabled.isNull(),
882 if (medium.isNull())
950 if (mAttPixmap.isNull())
1906 bool isNull() const { return m_strId == UIMedium().id(); } function in class:UIMediumIDHolder
2124 if (!controller.isNull())
2153 if (!attachment.isNull())
2164 storageAttachmentData.m_strAttachmentMediumId = cmedium.isNull() ? UIMedium::nullID() : cmedium.GetId();
2350 if (vboxGlobal().medium(key).isNull()
[all...]

Completed in 2069 milliseconds