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

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp672 RTDECL(int) RTStrToInt64Full(const char *pszValue, unsigned uBase, int64_t *pi64) function
689 RT_EXPORT_SYMBOL(RTStrToInt64Full); variable
765 int rc = RTStrToInt64Full(pszValue, uBase, &i64);
852 int rc = RTStrToInt64Full(pszValue, uBase, &i64);
939 int rc = RTStrToInt64Full(pszValue, uBase, &i64);
/vbox/include/iprt/
H A Dmangling.h1535 # define RTStrToInt64Full RT_MANGLER(RTStrToInt64Full) macro

Completed in 76 milliseconds