Searched defs:nullID (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/medium/ |
H A D | UIMedium.cpp | 137 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 D | nsJavaWrapper.cpp | 51 static nsID nullID = {0, 0, 0, {0, 0, 0, 0, 0, 0, 0, 0}}; variable 715 *iid = nullID;
|
Completed in 47 milliseconds