Searched refs:GetInt64Ex (Results 1 - 2 of 2) 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)))
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h282 int GetInt64Ex(const char *pszKey, int64_t *piVal) const;

Completed in 909 milliseconds