Searched refs:m_summary_cached (Results 1 – 2 of 2) sorted by relevance
18 : m_format_cached(false), m_summary_cached(false), in Entry()23 bool FormatCache::Entry::IsSummaryCached() { return m_summary_cached; } in IsSummaryCached()45 m_summary_cached = true; in Set()
25 bool m_summary_cached : 1; member