Searched defs:EventData (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Core/
H A DEvent.cpp30 Event::Event (Broadcaster *broadcaster, uint32_t event_type, EventData *data) :
37 Event::Event(uint32_t event_type, EventData *data) :
92 EventData::EventData() function in class:EventData
96 EventData::~EventData()
101 EventData::Dump (Stream *s) const
212 const EventData *event_data = event_ptr->GetData();
/external/lldb/include/lldb/Core/
H A DEvent.h27 // lldb::EventData
29 class EventData class in namespace:lldb_private
34 EventData ();
37 ~EventData();
51 DISALLOW_COPY_AND_ASSIGN (EventData);
58 class EventDataBytes : public EventData
126 friend class EventData;
130 Event (Broadcaster *broadcaster, uint32_t event_type, EventData *data = NULL);
132 Event (uint32_t event_type, EventData *data = NULL);
139 EventData *
[all...]
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
H A DEventData.java44 public class EventData implements Serializable { class in inherits:Serializable
57 public EventData() { method in class:EventData
66 public EventData(Map<String, Object> map) { method in class:EventData
78 public EventData(String xml) { method in class:EventData
89 * Serialize all the EventData items into an XML representation.
98 * Serialize all the EventData items into an XML representation.
237 * Returns the number of attributes in the EventData.
239 * @return the number of attributes in the EventData.
255 * Retrieve all the attributes in the EventData as a Map. Changes to this map
256 * will be reflected in the EventData
[all...]

Completed in 115 milliseconds