Searched refs:InspectorFunc (Results 1 – 1 of 1) sorted by relevance
66 using InspectorFunc = std::function<void()>; variable70 explicit InspectorEvent(InspectorFunc&& callback) : callback_(std::move(callback)) {} in DECLARE_ACE_TYPE()81 InspectorFunc callback_;