Searched refs:wp_collection (Results 1 – 2 of 2) sorted by relevance
48 wp_collection::const_iterator pos, end = m_watchpoints.end(); in DumpWithLevel()58 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindByAddress()76 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindBySpec()99 WatchpointList::wp_collection::iterator106 WatchpointList::wp_collection::const_iterator116 wp_collection::const_iterator pos = GetIDConstIterator(watch_id); in FindByID()143 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex()154 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex()163 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetWatchpointIDs()171 wp_collection::iterator pos = GetIDIterator(watch_id); in Remove()[all …]
41 typedef std::list<lldb::WatchpointSP> wp_collection; typedef42 typedef LockingAdaptedIterable<wp_collection, lldb::WatchpointSP,202 wp_collection::iterator GetIDIterator(lldb::watch_id_t watchID);204 wp_collection::const_iterator207 wp_collection m_watchpoints;