Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/base/tf/
H A Dtype.h575 void* CastFromAncestor(TfType ancestor, void* addr) const;
577 const void* CastFromAncestor(TfType ancestor, in CastFromAncestor() function
579 return CastFromAncestor(ancestor, const_cast<void*>(addr)); in CastFromAncestor()
H A Dtype.cpp1106 TfType::CastFromAncestor(TfType ancestor, void* addr) const in CastFromAncestor() function in TfType
1118 if (void* tmp = it->CastFromAncestor(ancestor, addr)) { in CastFromAncestor()
/dports/misc/usd/USD-21.11/pxr/base/tf/testenv/
H A Dtype.cpp485 (GrandchildClass*)tGrandchild.CastFromAncestor in Test_TfType()
504 (ChildClass*)tChild.CastFromAncestor in Test_TfType()
512 TF_AXIOM( !tChild.CastFromAncestor( tUnknown, bogusPtr ) ); in Test_TfType()
514 TF_AXIOM( !tUnknown.CastFromAncestor( tChild, &childForCast) ); in Test_TfType()