Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A Dpath.cpp1772 std::vector<std::string> nonEmptyNames; in JoinIdentifier() local
1773 nonEmptyNames.reserve(names.size()); in JoinIdentifier()
1775 std::back_inserter(nonEmptyNames), in JoinIdentifier()
1777 return TfStringJoin(nonEmptyNames, in JoinIdentifier()