Searched refs:JdwpEventKind (Results 1 – 5 of 5) sorted by relevance
107 enum JdwpEventKind { enum132 std::ostream& operator<<(std::ostream& os, const JdwpEventKind& value);
95 JdwpEventKind eventKind; /* what kind of event is this? */
283 void FindMatchingEvents(JdwpEventKind eventKind,
1240 JdwpEventKind event_kind = request.ReadEnum1<JdwpEventKind>("event kind"); in ER_Set()1381 request.ReadEnum1<JdwpEventKind>("event kind"); in ER_Clear()
457 void JdwpState::FindMatchingEvents(JdwpEventKind eventKind, ModBasket* basket, in FindMatchingEvents()