Searched defs:targetEnum (Results 1 – 3 of 3) sorted by relevance
/external/flatbuffers/tests/ts/union_vector/ |
D | movie.ts | 153 const targetEnum = this.charactersType(targetEnumIndex); constant 179 const targetEnum = this.charactersType(targetEnumIndex); constant
|
/external/flatbuffers/tests/ts/union-underlying-type/ |
D | d.ts | 140 const targetEnum = this.testVectorOfUnionType(targetEnumIndex); constant 164 const targetEnum = this.testVectorOfUnionType(targetEnumIndex); constant
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 467 def addEnumerator(self, targetEnum, name, value, offset, extnumber, bitpos, dir = None): argument 479 def addAliasToEnumerator (self, targetEnum, name, alias): argument
|