Home
last modified time | relevance | path

Searched defs:testarrayofstring (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/tests/
Dunicode_test.json11 "testarrayofstring": [ array
Dmonster_test.schema.json106 "testarrayofstring" : { "type" : "array", "items" : { "type" : "string" } }, object
Dmonster_test_generated.ts899 testarrayofstring(index: number):string method in MyGame.Example.Monster
Dmonster_test_generated.js911 MyGame.Example.Monster.prototype.testarrayofstring = function(index, optionalEncoding) { method in MyGame.Example.Monster
/external/flatbuffers/tests/MyGame/Example/
DMonster.php505 … $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayo…
685 public static function addTestarrayofstring(FlatBufferBuilder $builder, $testarrayofstring)
DMonster.py448 def MonsterAddTestarrayofstring(builder, testarrayofstring): builder.PrependUOffsetTRelativeSlot(10… argument
DMonster.java41 …public String testarrayofstring(int j) { int o = __offset(24); return o != 0 ? __string(__vector(o… in testarrayofstring() method in Monster