Searched refs:EventFnType (Results 1 – 1 of 1) sorted by relevance
131 struct EventFnType { struct136 struct EventFnType<enum_name> { \147 using EventFnType = typename impl::EventFnType<enum_name>::type; \174 static_assert(std::is_same<EventFnType, void(*)(jvmtiEnv*, Args...)>::value, \181 EventFnType fn_; \635 static_assert(std::is_same<typename impl::EventFnType<kEvent>::type, in ShouldDispatch()