Searched refs:debug_info_callback_t (Results 1 – 2 of 2) sorted by relevance
171 typedef std::function<bool(std::vector<JITDebugInfo>, bool)> debug_info_callback_t; typedef172 bool RegisterDebugInfoCallback(IOEventLoop* loop, const debug_info_callback_t& callback);236 debug_info_callback_t debug_info_callback_;
216 const debug_info_callback_t& callback) { in RegisterDebugInfoCallback()