Searched refs:pathNames (Results 1 – 1 of 1) sorted by relevance
63 std::vector<std::string> pathNames; in handleCollectionMembers() local72 pathNames.push_back(leaf); in handleCollectionMembers()74 std::ranges::sort(pathNames, AlphanumLess<std::string>()); in handleCollectionMembers()78 for (const std::string& leaf : pathNames) in handleCollectionMembers()