Home
last modified time | relevance | path

Searched refs:_lifeboat (Results 1 – 4 of 4) sorted by relevance

/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DclipCache.cpp107 TF_AXIOM(!_cache._lifeboat); in Lifeboat()
108 _cache._lifeboat = this; in Lifeboat()
113 _cache._lifeboat = nullptr; in ~Lifeboat()
120 , _lifeboat(nullptr) in Usd_ClipCache()
175 if (!clipSetDef.clipManifestAssetPath && _lifeboat) { in _ComputeClipsFromPrimIndex()
187 _lifeboat->_data->generatedManifests, key); in _ComputeClipsFromPrimIndex()
371 TF_AXIOM(_lifeboat); in InvalidateClipsForPrim()
384 _lifeboat->_data->clips.insert( in InvalidateClipsForPrim()
385 _lifeboat->_data->clips.end(), clipSets.begin(), clipSets.end()); in InvalidateClipsForPrim()
407 _lifeboat->_data->generatedManifests[std::move(key)] = in InvalidateClipsForPrim()
H A DclipCache.h137 Lifeboat *_lifeboat; variable
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Dchanges.cpp1353 _lifeboat.Retain(layer); in DidMaybeFixAsset()
1592 _lifeboat.Swap(other._lifeboat); in Swap()
1623 return _lifeboat; in GetLifeboat()
1637 i->first->Apply(i->second, &_lifeboat); in Apply()
1643 i->first->Apply(i->second, &_lifeboat); in Apply()
1864 _lifeboat.Retain(sublayer); in _DidChangeSublayer()
H A Dchanges.h414 mutable PcpLifeboat _lifeboat; variable