Home
last modified time | relevance | path

Searched defs:originalName (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/src/services/codefixes/
DgenerateAccessors.ts16 readonly originalName: string; property
25 …const { isStatic, isReadonly, fieldName, accessorName, originalName, type, container, declaration … constant
DconvertToAsyncFunction.ts234 const originalName = node.text; constant
/third_party/node/lib/internal/source_map/
Dprepare_stack_trace.js88 const originalName = `${namePrefix}${fnName || '<anonymous>'}`; constant
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/
DNameEditingTests.java74 String originalName; in testModifyNameTableAndRevert() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h498 void addInvariantVarying(const std::string &originalName) in addInvariantVarying()
506 bool isVaryingInvariant(const std::string &originalName) const in isVaryingInvariant()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp259 std::string originalName = this->name; in findInfoByMappedName() local
DOutputHLSL.cpp579 TString originalName; in generateStructMapping() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp1166 const std::string originalName = reflection->getOriginalName(structure->uniqueId().get()); in emitUniformBufferDeclaration() local
1823 const std::string originalName = in emitFunctionParameter() local
1832 const std::string originalName = reflection->getOriginalName(param.uniqueId().get()); in emitFunctionParameter() local
/third_party/typescript/src/compiler/transformers/
Des2015.ts50 originalName: Identifier; property
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp73 bool MappedSamplerNameNeedsUserDefinedPrefix(const std::string &originalName) in MappedSamplerNameNeedsUserDefinedPrefix()
4771 std::string GlslangGetMappedSamplerName(const std::string &originalName) in GlslangGetMappedSamplerName()
/third_party/typescript/lib/
Dtsc.js88491 … loopOutParameters.push({ flags: flags, originalName: name, outParamName: outParamName }); property
DtypingsInstaller.js105878 … loopOutParameters.push({ flags: flags, originalName: name, outParamName: outParamName }); property