Searched refs:g_dispatch_functions (Results 1 – 2 of 2) sorted by relevance
513 AppleObjCTrampolineHandler::g_dispatch_functions[] = {654 // complicated than this we can turn the g_dispatch_functions char * in AppleObjCTrampolineHandler() 658 for (size_t i = 0; i != std::size(g_dispatch_functions); i++) { in AppleObjCTrampolineHandler() 659 ConstString name_const_str(g_dispatch_functions[i].name); in AppleObjCTrampolineHandler() 664 // FIXME: Make g_dispatch_functions static table of in AppleObjCTrampolineHandler() 778 return &g_dispatch_functions[(*pos).second]; in FindDispatchFunction() 786 callback(elem.first, g_dispatch_functions[elem.second]); in ForEachDispatchFunction() 514 AppleObjCTrampolineHandler::g_dispatch_functions[] = { global() member in AppleObjCTrampolineHandler
147 static const DispatchFunction g_dispatch_functions[]; variable