Home | History | Annotate | Download | only in DataFormatters

Lines Matching refs:m_format_cache

348         if (m_format_cache.GetSummary(valobj_type,retval))
354 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
366 m_format_cache.SetSummary(valobj_type,retval);
369 log->Printf("[FormatManager::GetSummaryFormat] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
385 if (m_format_cache.GetSynthetic(valobj_type,retval))
391 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
403 m_format_cache.SetSynthetic(valobj_type,retval);
406 log->Printf("[FormatManager::GetSyntheticChildren] Cache hits: %" PRIu64 " - Cache Misses: %" PRIu64, m_format_cache.GetCacheHits(), m_format_cache.GetCacheMisses());
412 m_format_cache(),