/external/flatbuffers/tests/ |
monster_test_generated.h | 469 int32_t testhashs32_fnv1; member in struct:MyGame::Example::MonsterT 487 testhashs32_fnv1(0), 636 int32_t testhashs32_fnv1() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS 813 void add_testhashs32_fnv1(int32_t testhashs32_fnv1) { 814 fbb_.AddElement<int32_t>(Monster::VT_TESTHASHS32_FNV1, testhashs32_fnv1, 0); 882 int32_t testhashs32_fnv1 = 0, 908 builder_.add_testhashs32_fnv1(testhashs32_fnv1); 944 int32_t testhashs32_fnv1 = 0, [all...] |
/external/flatbuffers/tests/MyGame/Example/ |
Monster.java | 63 public boolean mutateTesthashs32Fnv1(int testhashs32_fnv1) { int o = __offset(36); if (o != 0) { bb.putInt(o + bb_pos, testhashs32_fnv1); return true; } else { return false; } }
|
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) 413 self::addTesthashs32Fnv1($builder, $testhashs32_fnv1);
|
Monster.cs | 54 public bool MutateTesthashs32Fnv1(int testhashs32_fnv1) { int o = __p.__offset(36); if (o != 0) { __p.bb.PutInt(o + __p.bb_pos, testhashs32_fnv1); return true; } else { return false; } }
|