Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/sdf/testenv/
H A DtestSdfHardToReach.cpp215 TF_AXIOM(*SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
218 TF_AXIOM(*SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
221 TF_AXIOM(*SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
224 TF_AXIOM(*SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
227 TF_AXIOM(*SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
249 TF_AXIOM(*SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
280 TF_AXIOM(SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
283 TF_AXIOM(SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
286 TF_AXIOM(SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
288 TF_AXIOM(SdfPathFindLongestStrictPrefix( in _TestSdfPathFindLongestPrefix()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A Dpath.h1253 SdfPathFindLongestStrictPrefix(RandomAccessIterator begin,
1339 SdfPathFindLongestStrictPrefix(std::set<SdfPath> const &set,
1347 SdfPathFindLongestStrictPrefix( in SdfPathFindLongestStrictPrefix() function
1357 SdfPathFindLongestStrictPrefix( in SdfPathFindLongestStrictPrefix() function
H A DwrapPath.cpp107 SdfPathFindLongestStrictPrefix(paths.begin(), paths.end(), path); in _FindLongestStrictPrefix()
H A Dpath.cpp2104 SdfPathFindLongestStrictPrefix(std::set<SdfPath> const &set, in SdfPathFindLongestStrictPrefix() function
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DinstanceCache.cpp527 return SdfPathFindLongestStrictPrefix(map, path); in _FindEntryForAncestor()