Searched refs:_propertyIndexCache (Results 1 – 3 of 3) sorted by relevance
148 wd.Run([this]() { TfReset(_propertyIndexCache); }); in ~PcpCache()740 _propertyIndexCache.FindSubtreeRange(indexPath); in FindSiteDependencies()899 _propertyIndexCache.clear(); in Apply()1174 _PropertyIndexCache::iterator it = _propertyIndexCache.find(root); in _RemovePropertyCache()1175 if (it != _propertyIndexCache.end()) { in _RemovePropertyCache()1186 _propertyIndexCache.FindSubtreeRange(root); in _RemovePropertyCaches()1189 _propertyIndexCache.erase(range.first); in _RemovePropertyCaches()1550 _PropertyIndexCache::iterator i = _propertyIndexCache.find(path); in _GetPropertyIndex()1551 if (i != _propertyIndexCache.end() && !i->second.IsEmpty()) { in _GetPropertyIndex()1562 if (i != _propertyIndexCache.end() && !i->second.IsEmpty()) { in _GetPropertyIndex()[all …]
146 TF_FOR_ALL(it, cache->_propertyIndexCache) { in AccumulateCacheStats()
767 _PropertyIndexCache _propertyIndexCache; variable