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

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.h228 bool fNullAllowed);
250 * @param fNullAllowed in: if true, then this func returns a NULL COM pointer if an
260 bool fNullAllowed)
267 if ((rc = ManagedObjectRef::findRefFromId(id, &pRef, fNullAllowed)))
272 if (fNullAllowed && pRef == NULL)
257 findComPtrFromId(struct soap *soap, const WSDLT_ID &id, ComPtr<T> &pComPtr, bool fNullAllowed) argument
H A Dvboxweb.cpp1968 bool fNullAllowed)
1975 if (!id.length() && fNullAllowed)
1966 findRefFromId(const WSDLT_ID &id, ManagedObjectRef **pRef, bool fNullAllowed) argument

Completed in 71 milliseconds