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

/external/v8/src/
H A Dplatform-win32.cc1208 #define DLL_FUNC_LOADED(name) (DLL_FUNC_VAR(name) != NULL) && macro
1210 DBGHELP_FUNCTION_LIST(DLL_FUNC_LOADED)
1211 TLHELP32_FUNCTION_LIST(DLL_FUNC_LOADED)
1213 #undef DLL_FUNC_LOADED macro

Completed in 36 milliseconds