Searched defs:nullID (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.cpp137 m_strId = nullID();
138 m_strRootId = nullID();
139 m_strParentId = nullID();
142 //m_strKey = nullID();
375 m_strParentId = nullID();
461 bool isDiff = (!fPredictDiff && parentID() != nullID()) || (fPredictDiff && m_fReadOnly);
503 QString UIMedium::nullID() function in class:UIMedium
566 if (parentID() != nullID() && !m_fReadOnly)
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaWrapper.cpp51 static nsID nullID = {0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0}}; variable
715 *iid = nullID;

Completed in 57 milliseconds