Home
last modified time | relevance | path

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

/external/lldb/source/Breakpoint/
DBreakpointOptions.cpp46 m_condition_text_hash (0) in BreakpointOptions()
65 m_condition_text_hash = rhs.m_condition_text_hash; in BreakpointOptions()
83 m_condition_text_hash = rhs.m_condition_text_hash; in operator =()
170 m_condition_text_hash = hasher(m_condition_text); in SetCondition()
179 *hash = m_condition_text_hash; in GetConditionText()
/external/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h353 size_t m_condition_text_hash; // Its hash, so that locations know when the condition is updated. variable