Home
last modified time | relevance | path

Searched refs:_propertyIndexCache (Results 1 – 3 of 3) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dcache.cpp148 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 …]
H A Dstatistics.cpp146 TF_FOR_ALL(it, cache->_propertyIndexCache) { in AccumulateCacheStats()
H A Dcache.h767 _PropertyIndexCache _propertyIndexCache; variable