/external/flatbuffers/tests/ |
monster_test_generated.h | 476 uint64_t testhashu64_fnv1a; member in struct:MyGame::Example::MonsterT 494 testhashu64_fnv1a(0), 678 uint64_t testhashu64_fnv1a() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS 834 void add_testhashu64_fnv1a(uint64_t testhashu64_fnv1a) { 835 fbb_.AddElement<uint64_t>(Monster::VT_TESTHASHU64_FNV1A, testhashu64_fnv1a, 0); 889 uint64_t testhashu64_fnv1a = 0, 896 builder_.add_testhashu64_fnv1a(testhashu64_fnv1a); 951 uint64_t testhashu64_fnv1a = 0, [all...] |
/external/flatbuffers/tests/MyGame/Example/ |
Monster.java | 77 public boolean mutateTesthashu64Fnv1a(long testhashu64_fnv1a) { int o = __offset(50); if (o != 0) { bb.putLong(o + bb_pos, testhashu64_fnv1a); 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) 420 self::addTesthashu64Fnv1a($builder, $testhashu64_fnv1a);
|
Monster.cs | 68 public bool MutateTesthashu64Fnv1a(ulong testhashu64_fnv1a) { int o = __p.__offset(50); if (o != 0) { __p.bb.PutUlong(o + __p.bb_pos, testhashu64_fnv1a); return true; } else { return false; } }
|