Searched refs:m_synthetic_cached (Results 1 – 2 of 2) sorted by relevance
19 m_synthetic_cached(false) {} in Entry()25 bool FormatCache::Entry::IsSyntheticCached() { return m_synthetic_cached; } in IsSyntheticCached()50 m_synthetic_cached = true; in Set()
26 bool m_synthetic_cached : 1; member