Searched refs:DarwinLogEventVector (Results 1 – 6 of 6) sorted by relevance
50 static DarwinLogEventVector GetEventsForProcess(nub_process_t pid);76 DarwinLogEventVector RemoveEvents();97 DarwinLogEventVector m_events;
24 using DarwinLogEventVector = std::vector<DarwinLogEventSP>; variable
447 DarwinLogEventVector452 return DarwinLogEventVector(); in GetEventsForProcess()677 DarwinLogEventVector DarwinLogCollector::RemoveEvents() { in RemoveEvents()678 DarwinLogEventVector returned_events; in RemoveEvents()
111 DarwinLogEventVector DNBProcessGetAvailableDarwinLogEvents(nub_process_t pid);
64 static const DarwinLogEventVector::size_type DARWIN_LOG_MAX_EVENTS_PER_PACKET =561 DarwinLogEventVector::size_type entry_count = 0; in SendAsyncDarwinLogData()568 DarwinLogEventVector events = DNBProcessGetAvailableDarwinLogEvents(pid); in SendAsyncDarwinLogData()574 for (DarwinLogEventVector::size_type base_entry = 0; in SendAsyncDarwinLogData()597 for (DarwinLogEventVector::size_type i = base_entry; i < inner_loop_bound; in SendAsyncDarwinLogData()
1662 DarwinLogEventVector DNBProcessGetAvailableDarwinLogEvents(nub_process_t pid) { in DNBProcessGetAvailableDarwinLogEvents()