Searched refs:m_synthetic_value (Results 1 – 2 of 2) sorted by relevance
82 m_synthetic_value(NULL), in ValueObject()128 m_synthetic_value(NULL), in ValueObject()774 …m_synthetic_value->UpdateValueIfNeeded(); // the summary might depend on the synthetic children be… in GetSummaryAsCString()2216 m_synthetic_value = NULL; in CalculateSyntheticValue()2222 if (!UpdateFormatsIfNeeded() && m_synthetic_value) in CalculateSyntheticValue()2228 if (current_synth_sp == m_synthetic_children_sp && m_synthetic_value) in CalculateSyntheticValue()2231 m_synthetic_value = new ValueObjectSynthetic(*this, m_synthetic_children_sp); in CalculateSyntheticValue()2288 if (m_synthetic_value) in GetSyntheticValue()2289 return m_synthetic_value->GetSP(); in GetSyntheticValue()2304 if (m_synthetic_value) in HasSyntheticValue()[all …]
1219 ValueObject* m_synthetic_value; variable