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