Home
last modified time | relevance | path

Searched defs:mainCharacterType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/union_vector/
H A Dmovie.js24 mainCharacterType() { method in Movie
58 static addMainCharacterType(builder, mainCharacterType) { argument
100 …static createMovie(builder, mainCharacterType, mainCharacterOffset, charactersTypeOffset, characte… argument
173 …constructor(mainCharacterType = Character.NONE, mainCharacter = null, charactersType = [], charact… argument
H A DMovie.java17 public byte mainCharacterType() { int o = __offset(4); return o != 0 ? bb.get(o + bb_pos) : 0; } in mainCharacterType() method in Movie
31 byte mainCharacterType, in createMovie()
44 …public static void addMainCharacterType(FlatBufferBuilder builder, byte mainCharacterType) { build… in addMainCharacterType()
H A Dmovie.ts33 mainCharacterType():Character { method in Movie
192 public mainCharacterType: Character = Character.NONE, property in MovieT
H A DMovie.kt17 val mainCharacterType : UByte constant
H A DMovie.php128 public static function addMainCharacterType(FlatBufferBuilder $builder, $mainCharacterType)
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
H A Dunion_vector_generated.swift513 …public var mainCharacterType: Character { let o = _accessor.offset(VTOFFSET.mainCharacterType.v); … variable