Searched refs:nextUniqueId (Results 1 – 5 of 5) sorted by relevance
/external/guice/core/src/com/google/inject/internal/ |
D | RealElement.java | 26 private static final AtomicInteger nextUniqueId = new AtomicInteger(1); field in RealElement 34 this(setName, type, keyType, nextUniqueId.incrementAndGet()); in RealElement()
|
/external/angle/src/compiler/translator/ |
D | Symbol.cpp | 41 mUniqueId(symbolTable->nextUniqueId()), in TSymbol() 58 mUniqueId(symbolTable->nextUniqueId()), in TSymbol()
|
D | SymbolTable.h | 299 const TSymbolUniqueId nextUniqueId() { return TSymbolUniqueId(this); } in nextUniqueId() function
|
/external/angle/src/compiler/translator/tree_util/ |
D | DriverUniform.cpp | 160 new TVariable(symbolTable->nextUniqueId(), kEmptyImmutableString, SymbolType::Empty, in addGraphicsDriverUniformsToShader()
|
/external/angle/src/compiler/translator/spirv/ |
D | TranslatorSPIRV.cpp | 274 symbolTable->nextUniqueId(), ImmutableString("ANGLEBoundingBox"), SymbolType::AngleInternal, in ReplaceGLBoundingBoxWithGlobal()
|