Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DwrapErrors.cpp107 class_<PcpErrorInvalidAssetPathBase, boost::noncopyable, in wrapErrors()
112 class_<PcpErrorInvalidAssetPath, bases<PcpErrorInvalidAssetPathBase>, in wrapErrors()
117 class_<PcpErrorMutedAssetPath, bases<PcpErrorInvalidAssetPathBase>, in wrapErrors()
212 TF_REFPTR_CONST_VOLATILE_GET(PcpErrorInvalidAssetPathBase)
H A Derrors.h383 class PcpErrorInvalidAssetPathBase; variable
384 typedef std::shared_ptr<PcpErrorInvalidAssetPathBase>
387 class PcpErrorInvalidAssetPathBase : public PcpErrorBase {
390 PCP_API ~PcpErrorInvalidAssetPathBase();
403 PcpErrorInvalidAssetPathBase(TfEnum errorType);
417 class PcpErrorInvalidAssetPath : public PcpErrorInvalidAssetPathBase {
442 class PcpErrorMutedAssetPath : public PcpErrorInvalidAssetPathBase {
H A Derrors.cpp409 PcpErrorInvalidAssetPathBase::PcpErrorInvalidAssetPathBase( in PcpErrorInvalidAssetPathBase() function in PcpErrorInvalidAssetPathBase
416 PcpErrorInvalidAssetPathBase::~PcpErrorInvalidAssetPathBase() in ~PcpErrorInvalidAssetPathBase()
429 PcpErrorInvalidAssetPathBase(PcpErrorType_InvalidAssetPath) in PcpErrorInvalidAssetPath()
458 PcpErrorInvalidAssetPathBase(PcpErrorType_MutedAssetPath) in PcpErrorMutedAssetPath()