Searched refs:m_condition_text_hash (Results 1 – 2 of 2) sorted by relevance
46 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()
353 size_t m_condition_text_hash; // Its hash, so that locations know when the condition is updated. variable