Searched refs:m_summary_cached (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/DataFormatters/
H A DFormatCache.cpp25 m_summary_cached(false),
32 m_summary_cached(rhs.m_summary_cached),
46 m_summary_cached(false),
63 m_summary_cached = rhs.m_summary_cached;
73 return m_summary_cached;
97 m_summary_cached = true;
/external/lldb/include/lldb/DataFormatters/
H A DFormatCache.h30 bool m_summary_cached : 1; member in struct:lldb_private::FormatCache::Entry

Completed in 98 milliseconds