Home
last modified time | relevance | path

Searched refs:m_curr_id (Results 1 – 1 of 1) sorted by relevance

/external/lldb/include/lldb/Core/
DHistory.h102 m_curr_id (start_value) in HistorySource()
118 ++m_curr_id; in CreateHistoryEvent()
119 return (HistoryEvent)m_curr_id; in CreateHistoryEvent()
134 return m_curr_id; in GetHistoryEventCount()
146 return (HistoryEvent)m_curr_id; in GetCurrentHistoryEvent()
166 return (uintptr_t)event == m_curr_id; in IsCurrentHistoryEvent()
171 uintptr_t m_curr_id; // The current value of the history unsigned unteger variable