Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/union_vector/
Dmovie.ts43 charactersType(index: number):Character|null { method in Movie
201 const charactersType = Movie.createCharactersTypeVector(builder, this.charactersType); constant
Dmovie.js32 charactersType(index) { method in Movie
173 …constructor(mainCharacterType = Character.NONE, mainCharacter = null, charactersType = [], charact… argument
DMovie.kt35 fun charactersType(j: Int) : UByte { in charactersType() method
DMovie.php143 public static function addCharactersType(FlatBufferBuilder $builder, $charactersType)
DMovie.java19 …public byte charactersType(int j) { int o = __offset(8); return o != 0 ? bb.get(__vector(o) + j * … in charactersType() method in Movie
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
Dunion_vector_generated.swift234 …public func charactersType(at index: Int32) -> Character? { let o = _accessor.offset(VTOFFSET.char… in charactersType() function