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

/vbox/src/VBox/Runtime/generic/
H A Dstrcache-stubs-generic.cpp42 RTDECL(int) RTStrCacheCreate(PRTSTRCACHE phStrCache, const char *pszName) function
49 RT_EXPORT_SYMBOL(RTStrCacheCreate); variable
/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp319 return RTStrCacheCreate(&g_hrtStrCacheDefault, "Default");
323 RTDECL(int) RTStrCacheCreate(PRTSTRCACHE phStrCache, const char *pszName) function
353 RT_EXPORT_SYMBOL(RTStrCacheCreate); variable
/vbox/include/iprt/
H A Dmangling.h1424 # define RTStrCacheCreate RT_MANGLER(RTStrCacheCreate) macro

Completed in 80 milliseconds