HomeSort by relevance Sort by last modified time
    Searched refs:createCharactersTypeVector (Results 1 - 6 of 6) sorted by null

  /external/flatbuffers/tests/
JavaScriptUnionVectorTest.js 19 var charTypesOffset = Test.Movie.createCharactersTypeVector(fbb, charTypes);
phpUnionVectorTest.php 63 $charTypesOffset = Movie::createCharactersTypeVector($fbb, $charTypes);
JavaTest.java 439 Movie.createCharactersTypeVector(fbb, characterTypeVector),
  /external/flatbuffers/tests/union_vector/
Movie.java 44 public static int createCharactersTypeVector(FlatBufferBuilder builder, byte[] data) { builder.startVector(1, data.length, 1); for (int i = data.length - 1; i >= 0; i--) builder.addByte(data[i]); return builder.endVector(); }
Movie.php 153 public static function createCharactersTypeVector(FlatBufferBuilder $builder, array $data)
union_vector_generated.js 381 Movie.createCharactersTypeVector = function(builder, data) {

Completed in 480 milliseconds