Home
last modified time | relevance | path

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

/external/flatbuffers/tests/
DJavaScriptUnionVectorTest.js19 var charTypesOffset = Test.Movie.createCharactersTypeVector(fbb, charTypes);
DphpUnionVectorTest.php63 $charTypesOffset = Movie::createCharactersTypeVector($fbb, $charTypes);
DJavaTest.java439 Movie.createCharactersTypeVector(fbb, characterTypeVector), in TestVectorOfUnions()
/external/flatbuffers/tests/union_vector/
DMovie.java44 …public static int createCharactersTypeVector(FlatBufferBuilder builder, byte[] data) { builder.sta… in createCharactersTypeVector() method in Movie
DMovie.php153 public static function createCharactersTypeVector(FlatBufferBuilder $builder, array $data) function in Movie
Dunion_vector_generated.js381 Movie.createCharactersTypeVector = function(builder, data) { function in Movie
Dunion_vector_generated.ts346 static createCharactersTypeVector(builder:flatbuffers.Builder, data:Character[]):flatbuffers.Offset… method in Movie