Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/ir/
DSkSLConstructor.cpp131 ExpressionArray ctorArg; in convert_compound_constructor() local
132 ctorArg.push_back(std::move(arg)); in convert_compound_constructor()
133 arg = Constructor::Convert(context, ctorLine, ctorType, std::move(ctorArg)); in convert_compound_constructor()