Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Derrors.cpp423 PcpErrorInvalidAssetPath::New() in New()
425 return PcpErrorInvalidAssetPathPtr(new PcpErrorInvalidAssetPath); in New()
428 PcpErrorInvalidAssetPath::PcpErrorInvalidAssetPath() : in PcpErrorInvalidAssetPath() function in PcpErrorInvalidAssetPath
433 PcpErrorInvalidAssetPath::~PcpErrorInvalidAssetPath() in ~PcpErrorInvalidAssetPath()
439 PcpErrorInvalidAssetPath::ToString() const in ToString()
H A Derrors.h409 class PcpErrorInvalidAssetPath; variable
410 typedef std::shared_ptr<PcpErrorInvalidAssetPath>
417 class PcpErrorInvalidAssetPath : public PcpErrorInvalidAssetPathBase {
422 PCP_API ~PcpErrorInvalidAssetPath();
428 PcpErrorInvalidAssetPath();
H A DwrapErrors.cpp112 class_<PcpErrorInvalidAssetPath, bases<PcpErrorInvalidAssetPathBase>, in wrapErrors()
213 TF_REFPTR_CONST_VOLATILE_GET(PcpErrorInvalidAssetPath)
H A Dcache.cpp842 std::dynamic_pointer_cast<PcpErrorInvalidAssetPath>(e)){ in GetInvalidAssetPaths()
1064 std::dynamic_pointer_cast<PcpErrorInvalidAssetPath>(e)) { in Reload()
1103 std::dynamic_pointer_cast<PcpErrorInvalidAssetPath>(e)) in ReloadReferences()
H A DprimIndex.cpp1978 PcpErrorInvalidAssetPath::New(); in _EvalRefOrPayloadArcs()