Home
last modified time | relevance | path

Searched defs:newId (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1168 … const newId = factory.createUniqueName("_default", GeneratedIdentifierFlags.Optimistic); constant
1500 … const newId = factory.createUniqueName(`${oldId}_base`, GeneratedIdentifierFlags.Optimistic); constant
/third_party/glslang/SPIRV/
DSPVRemapper.h198 bool isNewIdMapped(spv::Id newId) const { return isMapped(newId); } in isNewIdMapped()
DSPVRemapper.cpp267 spv::Id spirvbin_t::localId(spv::Id id, spv::Id newId) in localId()
/third_party/vk-gl-cts/modules/glshared/
DglsLifetimeTests.cpp1181 const GLuint newId = replaceName(elementType, elementId, log()); in iterate() local
1263 const GLuint newId = replaceName(elementType, elementId, log()); in iterate() local
/third_party/jsframework/runtime/main/model/
Ddirective.ts390 const newId = handler.call(vm); constant
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts493 const newId: T[K] | undefined = idMapping[obj[idField]]; constant
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_pass.cpp169 uint32_t newId = context()->TakeNextId(); in CloneAndMapLocals() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.cpp169 uint32_t newId = context()->TakeNextId(); in CloneAndMapLocals() local
/third_party/spirv-tools/source/opt/
Dinline_pass.cpp169 uint32_t newId = context()->TakeNextId(); in CloneAndMapLocals() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBuildSPIRV.cpp512 spirv::IdRef newId = mNextAvailableId; in getNewId() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h420 void setId(int newId) { id = newId; } in setId()
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js491 const newId: T[K] | undefined = idMapping[obj[idField]]; constant
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DTransliteratorTest.java2558 String newId ="[:"+id+":];NFD"; in TestScriptAllCodepoints() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTransliteratorTest.java2561 String newId ="[:"+id+":];NFD"; in TestScriptAllCodepoints() local
/third_party/icu/icu4c/source/test/intltest/
Dtranstst.cpp4113 char newId[256]={'\0'}; in TestAllCodepoints() local
/third_party/glslang/glslang/Include/
Dintermediate.h1364 virtual void switchId(long long newId) { id = newId; } in switchId()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp3352 long long newId = texSymbol->getId(); in handleSamplerTextureCombine() local