Searched refs:EventDataBytes (Results 1 – 6 of 6) sorted by relevance
108 #pragma mark EventDataBytes112 EventDataBytes::EventDataBytes() : m_bytes() {} in EventDataBytes() function in EventDataBytes114 EventDataBytes::EventDataBytes(const char *cstr) : m_bytes() { in EventDataBytes() function in EventDataBytes118 EventDataBytes::EventDataBytes(llvm::StringRef str) : m_bytes() { in EventDataBytes() function in EventDataBytes122 EventDataBytes::EventDataBytes(const void *src, size_t src_len) : m_bytes() { in EventDataBytes() function in EventDataBytes126 EventDataBytes::~EventDataBytes() = default;130 llvm::StringRef EventDataBytes::GetFlavor() const { in GetFlavor()131 return EventDataBytes::GetFlavorString(); in GetFlavor()134 void EventDataBytes::Dump(Stream *s) const { in Dump()144 const void *EventDataBytes::GetBytes() const { in GetBytes()[all …]
58 class EventDataBytes : public EventData {61 EventDataBytes();63 EventDataBytes(const char *cstr);65 EventDataBytes(llvm::StringRef str);67 EventDataBytes(const void *src, size_t src_len);69 ~EventDataBytes() override;87 static const EventDataBytes *GetEventDataFromEvent(const Event *event_ptr);98 EventDataBytes(const EventDataBytes &) = delete;99 const EventDataBytes &operator=(const EventDataBytes &) = delete;
27 : m_event_sp(new Event(event_type, new EventDataBytes(cstr, cstr_len))), in SBEvent()169 EventDataBytes::GetBytesFromEvent(event.get()))) in GetCStringFromEvent()
230 auto bytes = std::make_unique<EventDataBytes>(new_prompt); in SetPropertyValue()1909 EventDataBytes::GetBytesFromEvent(event_sp.get())); in DefaultEventHandler()1920 EventDataBytes::GetBytesFromEvent(event_sp.get())); in DefaultEventHandler()
1092 auto data_sp = std::make_shared<EventDataBytes>(packet, packet_len); in DoAttachToProcessWithID()1130 auto data_sp = std::make_shared<EventDataBytes>(packet.GetString().data(), in DoAttachToProcessWithName()1377 auto data_sp = std::make_shared<EventDataBytes>( in DoResume()3607 const EventDataBytes *continue_packet = in AsyncThread()3608 EventDataBytes::GetEventDataFromEvent(event_sp.get()); in AsyncThread()
2132 new Event(eBroadcastBitResetPrompt, new EventDataBytes(new_prompt))); in UpdatePrompt()