Searched refs:_TraverseChildren (Results 1 – 2 of 2) sorted by relevance
/dports/misc/usd/USD-21.11/pxr/usd/sdf/ |
H A D | layer.cpp | 4408 SdfLayer::_TraverseChildren(const SdfPath &path, const TraversalFunction &func) in _TraverseChildren() function in SdfLayer 4425 _TraverseChildren<Sdf_PrimChildPolicy>(path, func); in Traverse() 4427 _TraverseChildren<Sdf_PropertyChildPolicy>(path, func); in Traverse() 4429 _TraverseChildren<Sdf_MapperChildPolicy>(path, func); in Traverse() 4431 _TraverseChildren<Sdf_MapperArgChildPolicy>(path, func); in Traverse() 4433 _TraverseChildren<Sdf_VariantChildPolicy>(path, func); in Traverse() 4435 _TraverseChildren<Sdf_VariantSetChildPolicy>(path, func); in Traverse() 4437 _TraverseChildren<Sdf_AttributeConnectionChildPolicy>(path, func); in Traverse() 4439 _TraverseChildren<Sdf_RelationshipTargetChildPolicy>(path, func); in Traverse() 4441 _TraverseChildren<Sdf_ExpressionChildPolicy>(path, func); in Traverse()
|
H A D | layer.h | 1760 void _TraverseChildren(const SdfPath &path, const TraversalFunction &func);
|