Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLCompiler.cpp960 std::vector<std::unique_ptr<Statement>*> statementPtrs; in block_for_case() local
974 statementPtrs.push_back(&stmt); in block_for_case()
982 for (const auto& s : statementPtrs) { in block_for_case()