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()
54 FormatCache::Entry &FormatCache::GetEntry(ConstString type) { in GetEntry()
58 m_map[type] = FormatCache::Entry(); in GetEntry()
64 template<> bool FormatCache::Entry::IsCached<lldb::TypeFormatImplSP>() { in IsCached()
67 template<> bool FormatCache::Entry::IsCached<lldb::TypeSummaryImplSP> () { in IsCached()
70 template<> bool FormatCache::Entry::IsCached<lldb::SyntheticChildrenSP>() { in IsCached()