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

  /external/flatbuffers/tests/
monster_test_generated.h 475 int64_t testhashs64_fnv1a; member in struct:MyGame::Example::MonsterT
493 testhashs64_fnv1a(0),
672 int64_t testhashs64_fnv1a() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
831 void add_testhashs64_fnv1a(int64_t testhashs64_fnv1a) {
832 fbb_.AddElement<int64_t>(Monster::VT_TESTHASHS64_FNV1A, testhashs64_fnv1a, 0);
888 int64_t testhashs64_fnv1a = 0,
897 builder_.add_testhashs64_fnv1a(testhashs64_fnv1a);
950 int64_t testhashs64_fnv1a = 0,
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Monster.java 75 public boolean mutateTesthashs64Fnv1a(long testhashs64_fnv1a) { int o = __offset(48); if (o != 0) { bb.putLong(o + bb_pos, testhashs64_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)
419 self::addTesthashs64Fnv1a($builder, $testhashs64_fnv1a);
Monster.cs 66 public bool MutateTesthashs64Fnv1a(long testhashs64_fnv1a) { int o = __p.__offset(48); if (o != 0) { __p.bb.PutLong(o + __p.bb_pos, testhashs64_fnv1a); return true; } else { return false; } }

Completed in 395 milliseconds