HomeSort by relevance Sort by last modified time
    Searched defs:EventDataBytes (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Core/
Event.cpp 106 EventDataBytes::EventDataBytes () :
111 EventDataBytes::EventDataBytes (const char *cstr) :
117 EventDataBytes::EventDataBytes (const void *src, size_t src_len) :
123 EventDataBytes::~EventDataBytes()
128 EventDataBytes::GetFlavorString ()
130 static ConstString g_flavor ("EventDataBytes");
    [all...]
  /external/lldb/include/lldb/Core/
Event.h 56 // lldb::EventDataBytes
58 class EventDataBytes : public EventData
64 EventDataBytes ();
66 EventDataBytes (const char *cstr);
68 EventDataBytes (const void *src, size_t src_len);
71 ~EventDataBytes();
100 static const EventDataBytes *
115 DISALLOW_COPY_AND_ASSIGN (EventDataBytes);

Completed in 45 milliseconds