Searched defs:mainCharacterType (Results 1 – 5 of 5) sorted by relevance
| /third_party/flatbuffers/tests/ts/union_vector/ |
| D | movie.js | 25 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/ |
| D | Movie.java | 29 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()
|
| D | Movie.kt | 29 val mainCharacterType : UByte constant
|
| D | Movie.php | 128 public static function addMainCharacterType(FlatBufferBuilder $builder, $mainCharacterType)
|
| /third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/ |
| D | union_vector_generated.swift | 507 …public var mainCharacterType: Character { let o = _accessor.offset(VTOFFSET.mainCharacterType.v); … variable
|