Searched refs:m_notifications (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DProcess.cpp1016 m_notifications (),
1141 m_notifications.swap(empty_notifications);
1170 m_notifications.push_back(callbacks);
1178 std::vector<Notifications>::iterator pos, end = m_notifications.end();
1179 for (pos = m_notifications.begin(); pos != end; ++pos)
1185 m_notifications.erase(pos);
1195 std::vector<Notifications>::iterator notification_pos, notification_end = m_notifications.end();
1196 for (notification_pos = m_notifications.begin(); notification_pos != notification_end; ++notification_pos)
/external/lldb/include/lldb/Target/
H A DProcess.h3652 std::vector<Notifications> m_notifications; ///< The list of notifications that this process can deliver. member in class:lldb_private::Process

Completed in 193 milliseconds