Searched refs:sortedSymbols (Results 1 – 2 of 2) sorted by relevance
30 std::vector<const Symbol*> sortedSymbols; in description() local32 sortedSymbols.push_back(pair.second); in description()34 std::sort(sortedSymbols.begin(), sortedSymbols.end(), in description()36 for (const auto& s : sortedSymbols) { in description()