Searched refs:DarwinLogEventSP (Results 1 – 2 of 2) sorted by relevance
23 using DarwinLogEventSP = std::shared_ptr<DarwinLogEvent>; variable24 using DarwinLogEventVector = std::vector<DarwinLogEventSP>;
624 DarwinLogEventSP message_sp(new DarwinLogEvent()); in HandleStreamEntry()