/external/flatbuffers/tests/ |
monster_test_generated.h | 472 uint64_t testhashu64_fnv1; member in struct:MyGame::Example::MonsterT 490 testhashu64_fnv1(0), 654 uint64_t testhashu64_fnv1() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS 822 void add_testhashu64_fnv1(uint64_t testhashu64_fnv1) { 823 fbb_.AddElement<uint64_t>(Monster::VT_TESTHASHU64_FNV1, testhashu64_fnv1, 0); 885 uint64_t testhashu64_fnv1 = 0, 898 builder_.add_testhashu64_fnv1(testhashu64_fnv1); 947 uint64_t testhashu64_fnv1 = 0, [all...] |
/external/flatbuffers/tests/MyGame/Example/ |
Monster.java | 69 public boolean mutateTesthashu64Fnv1(long testhashu64_fnv1) { int o = __offset(42); if (o != 0) { bb.putLong(o + bb_pos, testhashu64_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) 416 self::addTesthashu64Fnv1($builder, $testhashu64_fnv1);
|
Monster.cs | 60 public bool MutateTesthashu64Fnv1(ulong testhashu64_fnv1) { int o = __p.__offset(42); if (o != 0) { __p.bb.PutUlong(o + __p.bb_pos, testhashu64_fnv1); return true; } else { return false; } }
|