Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/ts/union_vector/
Dmovie.js25 mainCharacterType() { method in Movie
59 static addMainCharacterType(builder, mainCharacterType) { argument
101 …static createMovie(builder, mainCharacterType, mainCharacterOffset, charactersTypeOffset, characte… argument
174 …constructor(mainCharacterType = Character.NONE, mainCharacter = null, charactersType = [], charact… argument
/third_party/flatbuffers/tests/union_vector/
DMovie.java29 public byte mainCharacterType() { int o = __offset(4); return o != 0 ? bb.get(o + bb_pos) : 0; } in mainCharacterType() method in Movie
43 byte mainCharacterType, in createMovie()
56 …public static void addMainCharacterType(FlatBufferBuilder builder, byte mainCharacterType) { build… in addMainCharacterType()
DMovie.kt29 val mainCharacterType : UByte constant
DMovie.php128 public static function addMainCharacterType(FlatBufferBuilder $builder, $mainCharacterType)
/third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
Dunion_vector_generated.swift507 …public var mainCharacterType: Character { let o = _accessor.offset(VTOFFSET.mainCharacterType.v); … variable