Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DinstanceCache.cpp557 _PrototypeToSourcePrimIndexMap::const_iterator prototypeToSourceIt = in GetPrototypesUsingPrimIndexPathOrDescendents() local
561 prototypeToSourceIt != _prototypeToSourcePrimIndexMap.end(), in GetPrototypesUsingPrimIndexPathOrDescendents()
568 const SdfPath& sourceIndexPath = prototypeToSourceIt->second; in GetPrototypesUsingPrimIndexPathOrDescendents()
615 _PrototypeToSourcePrimIndexMap::const_iterator prototypeToSourceIt = in _PrototypeUsesPrimIndexPath() local
618 prototypeToSourceIt != _prototypeToSourcePrimIndexMap.end())) { in _PrototypeUsesPrimIndexPath()
622 const SdfPath& prototypePath = prototypeToSourceIt->first; in _PrototypeUsesPrimIndexPath()
623 const SdfPath& sourcePrimIndexPath = prototypeToSourceIt->second; in _PrototypeUsesPrimIndexPath()
780 _PrototypeToSourcePrimIndexMap::const_iterator prototypeToSourceIt = in GetPathInPrototypeForInstancePath() local
783 prototypeToSourceIt != _prototypeToSourcePrimIndexMap.end())) { in GetPathInPrototypeForInstancePath()
787 const SdfPath& sourcePrimIndexPath = prototypeToSourceIt->second; in GetPathInPrototypeForInstancePath()