Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLEnum.h30 std::vector<const Symbol*> sortedSymbols; in description() local
32 sortedSymbols.push_back(pair.second); in description()
34 std::sort(sortedSymbols.begin(), sortedSymbols.end(), in description()
36 for (const auto& s : sortedSymbols) { in description()
/external/skia/src/sksl/ir/
DSkSLEnum.h30 std::vector<const Symbol*> sortedSymbols; in description() local
32 sortedSymbols.push_back(pair.second); in description()
34 std::sort(sortedSymbols.begin(), sortedSymbols.end(), in description()
36 for (const auto& s : sortedSymbols) { in description()