Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A Dpath.cpp461 Sdf_PathNode const *prefixPropNode = prefix._propPart.get(); in HasPrefix() local
462 while (propNode && propNode != prefixPropNode) { in HasPrefix()
465 return propNode == prefixPropNode; in HasPrefix()
1174 Sdf_PathNodeConstPtr prefixPropNode = oldPrefix._propPart.get(); in _ReplacePropPrefix() local
1176 int prefixDepth = prefixPropNode->GetElementCount(); in _ReplacePropPrefix()
1202 if (propNode != prefixPropNode) { in _ReplacePropPrefix()