Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A Derrors.cpp562 PcpErrorInvalidTargetPath::New() in New()
565 new PcpErrorInvalidTargetPath); in New()
568 PcpErrorInvalidTargetPath::PcpErrorInvalidTargetPath() in PcpErrorInvalidTargetPath() function in PcpErrorInvalidTargetPath
573 PcpErrorInvalidTargetPath::~PcpErrorInvalidTargetPath() in ~PcpErrorInvalidTargetPath()
579 PcpErrorInvalidTargetPath::ToString() const in ToString()
H A Derrors.h549 class PcpErrorInvalidTargetPath; variable
550 typedef std::shared_ptr<PcpErrorInvalidTargetPath>
557 class PcpErrorInvalidTargetPath : public PcpErrorTargetPathBase {
562 PCP_API ~PcpErrorInvalidTargetPath();
568 PcpErrorInvalidTargetPath();
H A DwrapErrors.cpp132 class_<PcpErrorInvalidTargetPath, bases<PcpErrorTargetPathBase>, in wrapErrors()
217 TF_REFPTR_CONST_VOLATILE_GET(PcpErrorInvalidTargetPath)
H A DtargetIndex.cpp419 PcpErrorInvalidTargetPath::New(); in _PathTranslateCallback()