Home
last modified time | relevance | path

Searched refs:DarwinLogEventSP (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DDarwinLogEvent.h23 using DarwinLogEventSP = std::shared_ptr<DarwinLogEvent>; variable
24 using DarwinLogEventVector = std::vector<DarwinLogEventSP>;
DDarwinLogCollector.cpp624 DarwinLogEventSP message_sp(new DarwinLogEvent()); in HandleStreamEntry()