Home
last modified time | relevance | path

Searched refs:createCharactersVector (Results 1 – 9 of 9) sorted by relevance

/third_party/flatbuffers/tests/union_vector/
Dmovie.js80 static createCharactersVector(builder, data) { method in Movie
182 …const characters = Movie.createCharactersVector(builder, builder.createObjectOffsetList(this.chara…
Dmovie.ts104 static createCharactersVector(builder:flatbuffers.Builder, data:flatbuffers.Offset[]):flatbuffers.O… method in Movie
202 …const characters = Movie.createCharactersVector(builder, builder.createObjectOffsetList(this.chara…
DMovie.kt99 fun createCharactersVector(builder: FlatBufferBuilder, data: IntArray) : Int { in startCharactersTypeVector() method
DMovie.php187 public static function createCharactersVector(FlatBufferBuilder $builder, array $data) function in Movie
DMovie.java50 …public static int createCharactersVector(FlatBufferBuilder builder, int[] data) { builder.startVec… in createCharactersVector() method in Movie
/third_party/flatbuffers/tests/
DphpUnionVectorTest.php64 $charsOffset = Movie::createCharactersVector(
DJavaScriptUnionVectorTest.js71 charsOffset = Movie.createCharactersVector(
DKotlinTest.kt449 Movie.createCharactersVector(fbb, characterVector) in TestVectorOfUnions()
DJavaTest.java511 Movie.createCharactersVector(fbb, characterVector) in TestVectorOfUnions()