Home
last modified time | relevance | path

Searched defs:appendDecl (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrShaderVar.cpp23 void GrShaderVar::appendDecl(const GrShaderCaps* shaderCaps, SkString* out) const { in appendDecl() function in GrShaderVar
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts2316 const appendDecl = (decl: ts.Node | undefined): void => { constant