Searched defs:charactersType (Results 1 – 6 of 6) sorted by relevance
43 charactersType(index: number):Character|null { method in Movie201 const charactersType = Movie.createCharactersTypeVector(builder, this.charactersType); constant
32 charactersType(index) { method in Movie173 …constructor(mainCharacterType = Character.NONE, mainCharacter = null, charactersType = [], charact… argument
35 fun charactersType(j: Int) : UByte { in charactersType() method
143 public static function addCharactersType(FlatBufferBuilder $builder, $charactersType)
19 …public byte charactersType(int j) { int o = __offset(8); return o != 0 ? bb.get(__vector(o) + j * … in charactersType() method in Movie
234 …public func charactersType(at index: Int32) -> Character? { let o = _accessor.offset(VTOFFSET.char… in charactersType() function