Searched refs:wp_collection (Results 1 – 2 of 2) sorted by relevance
63 wp_collection::const_iterator pos, end = m_watchpoints.end(); in DumpWithLevel()76 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindByAddress()94 wp_collection::const_iterator pos, end = m_watchpoints.end(); in FindBySpec()122 WatchpointList::wp_collection::iterator129 WatchpointList::wp_collection::const_iterator141 wp_collection::const_iterator pos = GetIDConstIterator(watch_id); in FindByID()177 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex()191 wp_collection::const_iterator pos = m_watchpoints.begin(); in GetByIndex()202 wp_collection::const_iterator pos, end = m_watchpoints.end(); in GetWatchpointIDs()212 wp_collection::iterator pos = GetIDIterator(watch_id); in Remove()[all …]
256 typedef std::list<lldb::WatchpointSP> wp_collection; typedef262 wp_collection::iterator265 wp_collection::const_iterator268 wp_collection m_watchpoints;