Home
last modified time | relevance | path

Searched defs:EventDataBytes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DEvent.cpp118 EventDataBytes::EventDataBytes() : m_bytes() {} in EventDataBytes() function in EventDataBytes
120 EventDataBytes::EventDataBytes(llvm::StringRef str) : m_bytes(str.str()) {} in EventDataBytes() function in EventDataBytes