Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp78 this->nameExpression(outputColor, "outputColor"); in emitAndInstallPrimProc()
79 this->nameExpression(outputCoverage, "outputCoverage"); in emitAndInstallPrimProc()
156 this->nameExpression(&output, "output"); in emitFragProc()
464 void GrGLSLProgramBuilder::nameExpression(SkString* output, const char* baseName) { in nameExpression() function in GrGLSLProgramBuilder
H A DGrGLSLProgramBuilder.h137 void nameExpression(SkString*, const char* baseName);
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A Dtsc.js14186 var nameExpression = name.expression;
14187 if (isStringOrNumericLiteralLike(nameExpression)) {
14188 return ts.escapeLeadingUnderscores(nameExpression.text);
14190 else if (isSignedNumericLiteral(nameExpression)) {
14191 if (nameExpression.operator === 40) {
14192 return ts.tokenToString(nameExpression.operator) + nameExpression.operand.text;
14194 return nameExpression.operand.text;
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 180 milliseconds