Searched refs:GetEntry (Results 1 – 4 of 4) sorted by relevance
54 FormatCache::Entry &FormatCache::GetEntry(ConstString type) { in GetEntry() function in FormatCache79 auto entry = GetEntry(type); in Get()104 GetEntry(type).Set(format_sp); in Set()109 GetEntry(type).Set(summary_sp); in Set()115 GetEntry(type).Set(synthetic_sp); in Set()
54 explicit operator bool() { return GetEntry() && !null(); } in operator bool()56 ValueObjectSP GetEntry() { return m_entry_sp; } in GetEntry() function in __anonf7884b070111::ListEntry75 ValueObjectSP value() { return m_entry.GetEntry(); } in value()79 return m_entry.GetEntry(); in advance()82 return m_entry.GetEntry(); in advance()90 return m_entry.GetEntry(); in advance()
72 ValueObjectSP GetEntry() const { return m_entry_sp; } in GetEntry() function in MapEntry98 ValueObjectSP value() { return m_entry.GetEntry(); } in value()111 return m_entry.GetEntry(); in advance()
55 Entry &GetEntry(ConstString type);