Searched refs:RootEntries (Results 1 – 1 of 1) 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()