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