Searched refs:EventFnType (Results 1 – 1 of 1) sorted by relevance
126 struct EventFnType { struct131 struct EventFnType<enum_name> { \142 using EventFnType = typename impl::EventFnType<enum_name>::type; \169 static_assert(std::is_same<EventFnType, void(*)(jvmtiEnv*, Args...)>::value, \176 EventFnType fn_; \522 static_assert(std::is_same<typename impl::EventFnType<kEvent>::type, in ShouldDispatch()