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

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp232 RTDECL(int) RTStrToUInt64Full(const char *pszValue, unsigned uBase, uint64_t *pu64) function
249 RT_EXPORT_SYMBOL(RTStrToUInt64Full); variable
326 int rc = RTStrToUInt64Full(pszValue, uBase, &u64);
413 int rc = RTStrToUInt64Full(pszValue, uBase, &u64);
500 int rc = RTStrToUInt64Full(pszValue, uBase, &u64);
/vbox/include/iprt/
H A Dmangling.h1550 # define RTStrToUInt64Full RT_MANGLER(RTStrToUInt64Full) macro

Completed in 1330 milliseconds