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

  /external/flatbuffers/tests/
monster_test_generated.h 464 std::vector<std::unique_ptr<MonsterT>> testarrayoftables; member in struct:MyGame::Example::MonsterT
602 const flatbuffers::Vector<flatbuffers::Offset<Monster>> *testarrayoftables() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
733 verifier.Verify(testarrayoftables()) &&
734 verifier.VerifyVectorOfTables(testarrayoftables()) &&
798 void add_testarrayoftables(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<Monster>>> testarrayoftables) {
799 fbb_.AddOffset(Monster::VT_TESTARRAYOFTABLES, testarrayoftables);
877 flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<Monster>>> testarrayoftables = 0,
912 builder_.add_testarrayoftables(testarrayoftables);
939 const std::vector<flatbuffers::Offset<Monster>> *testarrayoftables = nullptr,
    [all...]
JavaTest.java 140 TestEq(monster.testarrayoftables(0).name(), "Barney");
141 TestEq(monster.testarrayoftables(1).name(), "Frodo");
142 TestEq(monster.testarrayoftables(2).name(), "Wilma");
JavaScriptTest.js 201 assert.strictEqual(monster.testarrayoftablesLength(), json.testarrayoftables.length);
202 json.testarrayoftables.forEach(function(table, i) {
203 var value = monster.testarrayoftables(i);
218 var testarrayoftablesOffsets = json.testarrayoftables.map(function(table) {
test.cpp 240 auto vecoftables = monster->testarrayoftables();
392 auto &vecoftables = monster2->testarrayoftables;
    [all...]
monster_test_generated.js 798 MyGame.Example.Monster.prototype.testarrayoftables = function(index, obj) { method in class:MyGame.Example.Monster
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Monster.php 395 public static function createMonster(FlatBufferBuilder $builder, $pos, $mana, $hp, $name, $inventory, $color, $test_type, $test, $test4, $testarrayofstring, $testarrayoftables, $enemy, $testnestedflatbuffer, $testempty, $testbool, $testhashs32_fnv1, $testhashu32_fnv1, $testhashs64_fnv1, $testhashu64_fnv1, $testhashs32_fnv1a, $testhashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3, $testarrayofstring2)
408 self::addTestarrayoftables($builder, $testarrayoftables);
603 public static function addTestarrayoftables(FlatBufferBuilder $builder, $testarrayoftables)
605 $builder->addOffsetX(11, $testarrayoftables, 0);
Monster.java 47 public Monster testarrayoftables(int j) { return testarrayoftables(new Monster(), j); } method in class:Monster
48 public Monster testarrayoftables(Monster obj, int j) { int o = __offset(26); return o != 0 ? obj.__assign(__indirect(__vector(o) + j * 4), bb) : null; } method in class:Monster
Monster.py 130 def Testarrayoftables(self, j):
314 def MonsterAddTestarrayoftables(builder, testarrayoftables): builder.PrependUOffsetTRelativeSlot(11, flatbuffers.number_types.UOffsetTFlags.py_type(testarrayoftables), 0)
Monster.go 171 func (rcv *Monster) Testarrayoftables(obj *Monster, j int) bool {
464 func MonsterAddTestarrayoftables(builder *flatbuffers.Builder, testarrayoftables flatbuffers.UOffsetT) {
465 builder.PrependUOffsetTSlot(11, flatbuffers.UOffsetT(testarrayoftables), 0)

Completed in 464 milliseconds