Searched refs:m_next_id (Results 1 – 2 of 2) sorted by relevance
23 : m_owner(owner), m_next_id(0), m_new_location_recorder(nullptr) {} in BreakpointLocationList()32 lldb::break_id_t bp_loc_id = ++m_next_id; in Create()316 m_next_id = highest_id; in Compact()
203 lldb::break_id_t m_next_id; variable