Searched refs:RootEntries (Results 1 – 3 of 3) sorted by relevance
1308 std::vector<std::unique_ptr<Entry>> RootEntries; in parse() local1331 RootEntries.push_back(std::move(E)); in parse()1376 for (std::unique_ptr<Entry> &E : RootEntries) in parse()
1527 std::vector<std::unique_ptr<RedirectingFileSystem::Entry>> RootEntries; in parse() local1549 RootEntries.push_back(std::move(E)); in parse()1597 for (auto &E : RootEntries) in parse()
1567 std::vector<std::unique_ptr<RedirectingFileSystem::Entry>> RootEntries; in parse() local1589 RootEntries.push_back(std::move(E)); in parse()1637 for (auto &E : RootEntries) in parse()