Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/union_vector/
Dmovie.js67 static createCharactersTypeVector(builder, data) { method in Movie
181 const charactersType = Movie.createCharactersTypeVector(builder, this.charactersType);
Dmovie.ts88 static createCharactersTypeVector(builder:flatbuffers.Builder, data:Character[]):flatbuffers.Offset… method in Movie
201 const charactersType = Movie.createCharactersTypeVector(builder, this.charactersType);
DMovie.kt90 fun createCharactersTypeVector(builder: FlatBufferBuilder, data: UByteArray) : Int { in startMovie() method
DMovie.php153 public static function createCharactersTypeVector(FlatBufferBuilder $builder, array $data) function in Movie
DMovie.java47 …public static int createCharactersTypeVector(FlatBufferBuilder builder, byte[] data) { builder.sta… in createCharactersTypeVector() method in Movie
/third_party/flatbuffers/tests/
DphpUnionVectorTest.php63 $charTypesOffset = Movie::createCharactersTypeVector($fbb, $charTypes);
DJavaScriptUnionVectorTest.js66 var charTypesOffset = Movie.createCharactersTypeVector(fbb, charTypes);
DKotlinTest.kt448 Movie.createCharactersTypeVector(fbb, characterTypeVector), in TestVectorOfUnions()
DJavaTest.java510 Movie.createCharactersTypeVector(fbb, characterTypeVector), in TestVectorOfUnions()