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

  /external/flatbuffers/tests/
monster_test_generated.h 474 Stat *testhashu32_fnv1a; member in struct:MyGame::Example::MonsterT
492 testhashu32_fnv1a(0),
666 uint32_t testhashu32_fnv1a() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
828 void add_testhashu32_fnv1a(uint32_t testhashu32_fnv1a) {
829 fbb_.AddElement<uint32_t>(Monster::VT_TESTHASHU32_FNV1A, testhashu32_fnv1a, 0);
887 uint32_t testhashu32_fnv1a = 0,
905 builder_.add_testhashu32_fnv1a(testhashu32_fnv1a);
949 uint32_t testhashu32_fnv1a = 0,
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Monster.java 73 public boolean mutateTesthashu32Fnv1a(long testhashu32_fnv1a) { int o = __offset(46); if (o != 0) { bb.putInt(o + bb_pos, (int)testhashu32_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)
418 self::addTesthashu32Fnv1a($builder, $testhashu32_fnv1a);
Monster.cs 64 public bool MutateTesthashu32Fnv1a(uint testhashu32_fnv1a) { int o = __p.__offset(46); if (o != 0) { __p.bb.PutUint(o + __p.bb_pos, testhashu32_fnv1a); return true; } else { return false; } }

Completed in 177 milliseconds