Home
last modified time | relevance | path

Searched defs:targetEnum (Results 1 – 3 of 3) sorted by relevance

/external/flatbuffers/tests/ts/union_vector/
Dmovie.ts153 const targetEnum = this.charactersType(targetEnumIndex); constant
179 const targetEnum = this.charactersType(targetEnumIndex); constant
/external/flatbuffers/tests/ts/union-underlying-type/
Dd.ts140 const targetEnum = this.testVectorOfUnionType(targetEnumIndex); constant
164 const targetEnum = this.testVectorOfUnionType(targetEnumIndex); constant
/external/deqp/external/vulkancts/scripts/
Dgen_framework.py467 def addEnumerator(self, targetEnum, name, value, offset, extnumber, bitpos, dir = None): argument
479 def addAliasToEnumerator (self, targetEnum, name, alias): argument