Home
last modified time | relevance | path

Searched refs:anotherInitializer (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp470 DSLExpression anotherInitializer; in globalVarDeclarationEnd() local
471 if (!this->parseInitializer(line, &anotherInitializer)) { in globalVarDeclarationEnd()
474 DSLGlobalVar next(mods, type, this->text(identifierName), std::move(anotherInitializer), in globalVarDeclarationEnd()
509 DSLExpression anotherInitializer; in localVarDeclarationEnd() local
510 if (!this->parseInitializer(line, &anotherInitializer)) { in localVarDeclarationEnd()
513 DSLVar next(mods, type, this->text(identifierName), std::move(anotherInitializer), in localVarDeclarationEnd()

Completed in 3 milliseconds