Searched refs:m_condition_text_hash (Results 1 – 2 of 2) sorted by relevance
109 m_ignore_count(0), m_condition_text_hash(0), m_inject_condition(false), in BreakpointOptions()120 m_one_shot(one_shot), m_ignore_count(ignore), m_condition_text_hash(0), in BreakpointOptions()139 m_condition_text_hash = rhs.m_condition_text_hash; in BreakpointOptions()155 m_condition_text_hash = rhs.m_condition_text_hash; in operator =()192 m_condition_text_hash = 0; in CopyOverSetOptions()196 m_condition_text_hash = incoming.m_condition_text_hash; in CopyOverSetOptions()471 m_condition_text_hash = hasher(m_condition_text); in SetCondition()477 *hash = m_condition_text_hash; in GetConditionText()
395 size_t m_condition_text_hash; variable