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

/vbox/src/VBox/Runtime/common/string/
H A Dstrformattype.cpp69 * In GC the offset is relative to g_aTypes[0], so that &g_aTypes[0] + offHandler
72 int32_t offHandler; member in struct:RTSTRDYNFMT
299 g_aTypes[i].offHandler = (intptr_t)pfnHandler - (intptr_t)&g_aTypes[0];
455 PFNRTSTRFORMATTYPE pfnHandler = (PFNRTSTRFORMATTYPE)((intptr_t)&g_aTypes[0] + g_aTypes[i].offHandler);

Completed in 32 milliseconds