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

/vbox/src/VBox/Main/src-client/
H A DGuestCtrlPrivate.cpp316 rc = strmBlk.GetInt64Ex("st_size", &mObjectSize);
382 rc = strmBlk.GetInt64Ex("st_size", &mObjectSize);
456 int GuestProcessStreamBlock::GetInt64Ex(const char *pszKey, int64_t *piVal) const function in class:GuestProcessStreamBlock
478 if (RT_SUCCESS(GetInt64Ex(pszKey, &iVal)))

Completed in 45 milliseconds