Searched defs:vectorOfEnums (Results 1 – 8 of 8) sorted by relevance
60 let vectorOfEnums: [ColorsNameSpace.RGB] = [.blue, .green] in testEnumVector() variable
447 …public func vectorOfEnums(at index: Int32) -> MyGame.Example.Color? { let o = _accessor.offset(98)… in vectorOfEnums() function
739 fun vectorOfEnums(j: Int) : UByte { in vectorOfEnums() method
1613 public static function addVectorOfEnums(FlatBufferBuilder $builder, $vectorOfEnums)
786 def MonsterAddVectorOfEnums(builder, vectorOfEnums): builder.PrependUOffsetTRelativeSlot(47, flatbu… argument
188 …public int vectorOfEnums(int j) { int o = __offset(98); return o != 0 ? bb.get(__vector(o) + j * 1… in vectorOfEnums() method in Monster
1748 vectorOfEnums(index: number):MyGame.Example.Color|null { method in MyGame.Example.Monster
1896 MyGame.Example.Monster.prototype.vectorOfEnums = function(index) { method in MyGame.Example.Monster