Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCompiler.cpp824 std::vector<std::unique_ptr<Statement>*> statementPtrs; in block_for_case() local
838 statementPtrs.push_back(&stmt); in block_for_case()
846 for (const auto& s : statementPtrs) { in block_for_case()