Searched refs:GetEntry (Results 1 – 4 of 4) sorted by relevance
113 FormatCache::Entry &FormatCache::GetEntry(const ConstString &type) { in GetEntry() function in FormatCache124 auto entry = GetEntry(type); in GetFormat()142 auto entry = GetEntry(type); in GetSummary()160 auto entry = GetEntry(type); in GetSynthetic()178 auto entry = GetEntry(type); in GetValidator()196 GetEntry(type).SetFormat(format_sp); in SetFormat()202 GetEntry(type).SetSummary(summary_sp); in SetSummary()208 GetEntry(type).SetSynthetic(synthetic_sp); in SetSynthetic()214 GetEntry(type).SetValidator(validator_sp); in SetValidator()
60 explicit operator bool() { return GetEntry() && !null(); } in operator bool()62 ValueObjectSP GetEntry() { return m_entry_sp; } in GetEntry() function in __anonde15f1a00111::ListEntry82 ValueObjectSP value() { return m_entry.GetEntry(); } in value()86 return m_entry.GetEntry(); in advance()89 return m_entry.GetEntry(); in advance()97 return m_entry.GetEntry(); in advance()
74 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()
75 Entry &GetEntry(const ConstString &type);