Home
last modified time | relevance | path

Searched defs:getUniqueId (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASourceFile.cpp27 uint32_t DIASourceFile::getUniqueId() const { in getUniqueId() function in DIASourceFile
/third_party/jsframework/runtime/vdom/
DNode.ts33 public static getUniqueId(): string { method in IDGenerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DSymbolTable.h66 int getUniqueId() const { return uniqueId; } in getUniqueId() function
/third_party/glslang/glslang/MachineIndependent/
DSymbolTable.h108 virtual long long getUniqueId() const { return uniqueId; } in getUniqueId() function
Dlocalintermediate.h1076 unsigned long long getUniqueId() const { return uniqueId; } in getUniqueId() function
/third_party/glslang/SPIRV/
DSpvBuilder.h162 Id getUniqueId() { return ++uniqueId; } in getUniqueId() function