Lines Matching refs:Entry
17 FormatCache::Entry::Entry() in Entry() function in FormatCache::Entry
21 bool FormatCache::Entry::IsFormatCached() { return m_format_cached; } in IsFormatCached()
23 bool FormatCache::Entry::IsSummaryCached() { return m_summary_cached; } in IsSummaryCached()
25 bool FormatCache::Entry::IsSyntheticCached() { return m_synthetic_cached; } in IsSyntheticCached()
27 void FormatCache::Entry::Get(lldb::TypeFormatImplSP &retval) { in Get()
31 void FormatCache::Entry::Get(lldb::TypeSummaryImplSP &retval) { in Get()
35 void FormatCache::Entry::Get(lldb::SyntheticChildrenSP &retval) { in Get()
39 void FormatCache::Entry::Set(lldb::TypeFormatImplSP format_sp) { in Set()
44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { in Set()
49 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { in Set()
56 template<> bool FormatCache::Entry::IsCached<lldb::TypeFormatImplSP>() { in IsCached()
59 template<> bool FormatCache::Entry::IsCached<lldb::TypeSummaryImplSP> () { in IsCached()
62 template<> bool FormatCache::Entry::IsCached<lldb::SyntheticChildrenSP>() { in IsCached()